diff options
| author | Christoph Lohmann <20h@r-36.net> | 2013-03-05 22:12:11 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2013-03-05 22:12:11 +0100 |
| commit | 82494f248d778e1195a9eabfac916ce08c52b6da (patch) | |
| tree | 324b4be8f067c87abcdc769fd8b0da978bdee2f6 | |
| parent | c6b89f23e7546c30dea42a3c49f99682c5818190 (diff) | |
| download | st-82494f248d778e1195a9eabfac916ce08c52b6da.tar.gz st-82494f248d778e1195a9eabfac916ce08c52b6da.zip | |
Making st compile on OS X.
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft \ | |||
| 20 | 20 | ||
| 21 | # flags | 21 | # flags |
| 22 | CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600 | 22 | CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600 |
| 23 | CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} | 23 | CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS} |
| 24 | LDFLAGS += -g ${LIBS} | 24 | LDFLAGS += -g ${LIBS} |
| 25 | 25 | ||
| 26 | # compiler and linker | 26 | # compiler and linker |
