From 2168ed24fe35ffc43e6c19ccc565c910f0c5e2fa Mon Sep 17 00:00:00 2001 From: molivier Date: Tue, 14 Dec 2004 09:09:41 +0000 Subject: [PATCH] Oops... Fixed my fix to BSD makefile git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4841 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile.bsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile.bsd b/makefile.bsd index 81c080df..a4337a4d 100644 --- a/makefile.bsd +++ b/makefile.bsd @@ -11,6 +11,8 @@ DP_ARCH != uname # Command used to delete files CMD_RM=$(CMD_UNIXRM) +UNIX_X11LIBPATH=-L/usr/X11R6/lib + # BSD configuration .if $(DP_MAKE_TARGET) == "bsd" -- 2.39.2