]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Oops... Fixed my fix to BSD makefile
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 14 Dec 2004 09:09:41 +0000 (09:09 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 14 Dec 2004 09:09:41 +0000 (09:09 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4841 d7cf8633-e32d-0410-b094-e92efae38249

makefile.bsd

index 81c080dff64fdc723d2def055994a453e54bb56e..a4337a4d938de59f075e6c077f64dec14cb119d1 100644 (file)
@@ -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"