dmenu

dynamic menu
git clone git://git.suckless.org/dmenu
Log | Files | Refs | README | LICENSE

commit 7707111c109f105b8b404c3250dca879bb94407c
parent 7f45b3f7aa590755d42986585b9936a186920ac2
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Wed, 18 Jan 2012 23:56:13 +0000

remove _POSIX_C_SOURCE cflag
Diffstat:
Mconfig.mk | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -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