commit 82494f248d778e1195a9eabfac916ce08c52b6da from: Christoph Lohmann <20h@r-36.net> date: Tue Mar 5 21:12:11 2013 UTC Making st compile on OS X. commit - c6b89f23e7546c30dea42a3c49f99682c5818190 commit + 82494f248d778e1195a9eabfac916ce08c52b6da blob - abf25c12b27cf9dcfaa646b1b80d25ce43c3ff7f blob + 4d10df473926e33b3bb345f207e5a6fe3813c9a2 --- config.mk +++ config.mk @@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext # 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