From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Wed, 29 Mar 2006 10:54:31 +0000 (+0000)
Subject: remove a superfluous -L
X-Git-Tag: xonotic-v0.1.0preview~4119
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bab5d3800ec1609d6fc2f9ef96462d2304854705;p=xonotic%2Fdarkplaces.git

remove a superfluous -L


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6209 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/BSDmakefile b/BSDmakefile
index dc74213f..dc0af47b 100644
--- a/BSDmakefile
+++ b/BSDmakefile
@@ -11,7 +11,7 @@ DP_ARCH != uname
 # Command used to delete files
 CMD_RM=$(CMD_UNIXRM)
 
-UNIX_X11LIBPATH=-L/usr/X11R6/lib
+UNIX_X11LIBPATH=/usr/X11R6/lib
 
 # BSD configuration
 .if $(DP_MAKE_TARGET) == "bsd"