We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f45b2 commit 0d3d926Copy full SHA for 0d3d926
config.mk
@@ -29,8 +29,7 @@ INCS = -I${X11INC} -I${FT2INC}
29
LIBS = -L${X11LIB} -lX11 -lm -lrt -lutil ${FT2LIB} -lfreetype
30
31
# flags
32
-CPPFLAGS = -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DVERSION=\"${VERSION}\" \
33
- ${INCS}
+CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" ${INCS}
34
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wformat
35
LDFLAGS = ${LIBS}
36
0 commit comments