tabbed

tab interface for application supporting Xembed
git clone git://git.suckless.org/tabbed
Log | Files | Refs | README | LICENSE

commit c2ce9be47170115a7fa301cc6e93da63847fb860
parent 74115f685f6b874b4e40874f4f3bd14d71df5e97
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 25 Jan 2015 10:52:10 +0100

My libc wants _DEFAULT_SOURCE.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -12,7 +12,7 @@ INCS = -I. -I/usr/include LIBS = -L/usr/lib -lc -lX11 # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS}