Ensure LDFLAGS and INCLUDES are always set. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 71c48ef8a778b4c1dd027e8536a12e7ea3378060
(DIR) parent 910f2c41a31c2d2ef3618873b4dcc774715baec6
(HTM) Author: Rob King <jking@deadpixi.com>
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(-)
---
(DIR) 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=