[hackers] [st] Making st compile on OS X. || Christoph Lohmann
commit 82494f248d778e1195a9eabfac916ce08c52b6da
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Tue Mar 5 22:12:11 2013 +0100
Making st compile on OS X.
diff --git a/config.mk b/config.mk
index abf25c1..4d10df4 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft \
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600
-CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS}
LDFLAGS += -g ${LIBS}
# compiler and linker
Received on Tue Mar 05 2013 - 22:14:33 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 05 2013 - 22:24:07 CET