aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2013-03-05 22:12:11 +0100
committerGravatar Christoph Lohmann <20h@r-36.net>2013-03-05 22:12:11 +0100
commit82494f248d778e1195a9eabfac916ce08c52b6da (patch)
tree324b4be8f067c87abcdc769fd8b0da978bdee2f6 /config.mk
parentc6b89f23e7546c30dea42a3c49f99682c5818190 (diff)
Making st compile on OS X.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index abf25c1..4d10df4 100644
--- a/config.mk
+++ b/config.mk
@@ -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