git clone dmenu dmenu Log gph
Found at: gopher.r-36.net:70/scm/dmenu/commit/7707111c109f105b8b404c3250dca879bb94407c.gph
tremove _POSIX_C_SOURCE cflag - dmenu - Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
---
commit 7707111c109f105b8b404c3250dca879bb94407c
parent 7f45b3f7aa590755d42986585b9936a186920ac2
Date: Wed, 18 Jan 2012 23:56:13 +0000
remove _POSIX_C_SOURCE cflag
Diffstat:
config.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/config.mk b/config.mk
t@@ -17,9 +17,8 @@ INCS = -I${X11INC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
-CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# compiler and linker
.