]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.bsd
now compiles on x86_64 successfully (still a crash regarding progs strings to fix...
[xonotic/darkplaces.git] / makefile.bsd
index f593d835fc777c0d23530705b6eb53c46daf8ae8..04821ddb67a9aacc18c11bd4b69e219c325b343f 100644 (file)
@@ -10,6 +10,8 @@ DP_MAKE_TARGET=bsd
 # Command used to delete files
 CMD_RM=$(CMD_UNIXRM)
 
+# FIXME: should support lib64 based on uname -m output
+UNIX_X11LIBPATH=-L/usr/X11R6/lib
 
 # BSD configuration
 .if $(DP_MAKE_TARGET) == "bsd"