tremove _POSIX_C_SOURCE cflag - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7707111c109f105b8b404c3250dca879bb94407c
 (DIR) parent 7f45b3f7aa590755d42986585b9936a186920ac2
 (HTM) Author: Connor Lane Smith <cls@lubutu.com>
       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(-)
       ---
 (DIR) 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