From bab5d3800ec1609d6fc2f9ef96462d2304854705 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 29 Mar 2006 10:54:31 +0000 Subject: [PATCH 1/1] remove a superfluous -L git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6209 d7cf8633-e32d-0410-b094-e92efae38249 --- BSDmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2