Ensure LDFLAGS and INCLUDES are always set. - sam - An updated version of the s… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 71c48ef8a778b4c1dd027e8536a12e7ea3378060 | |
parent 910f2c41a31c2d2ef3618873b4dcc774715baec6 | |
Author: Rob King <[email protected]> | |
Date: Mon, 15 Aug 2016 11:22:12 -0500 | |
Ensure LDFLAGS and INCLUDES are always set. | |
Diffstat: | |
config.mk.def | 9 ++++----- | |
1 file changed, 4 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/config.mk.def b/config.mk.def | |
@@ -12,7 +12,7 @@ MANDIR?=$(DESTDIR)/share/man/man1 | |
# Add additional include and library directories | |
# BSD/Mac OS X users might need to add something like | |
-# INCLUDES?=-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 | |
-# LDFLAGS?=-L/usr/X11R6/lib | |
-INCLUDES?=-I/usr/include/freetype2 | |
-LDFLAGS?= | |
-\ No newline at end of file | |
+# INCLUDES=-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 | |
+# LDFLAGS=-L/usr/X11R6/lib | |
+INCLUDES=-I/usr/include/freetype2 | |
+LDFLAGS= |