all repos — st @ 82494f248d778e1195a9eabfac916ce08c52b6da

st (suckless terminal) config

Making st compile on OS X.
Christoph Lohmann 20h@r-36.net
commit

82494f248d778e1195a9eabfac916ce08c52b6da

parent

c6b89f23e7546c30dea42a3c49f99682c5818190

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.mkconfig.mk

@@ -20,7 +20,7 @@ $(shell pkg-config --libs freetype2)

# 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