diff options
author | iStagnant <ghafarielias200676@gmail.com> | 2023-02-24 23:31:26 +0200 |
---|---|---|
committer | iStagnant <ghafarielias200676@gmail.com> | 2023-02-24 23:31:26 +0200 |
commit | 787a8bc10df9e229b5f34f998bfab0556c4a6ec4 (patch) | |
tree | 20373c3319e9887abb65aba80069be6bc70be8c7 /config.mk | |
parent | a4d1695e5342b10425b23bae57f22d5f82a46cda (diff) |
Bump to 6.4
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ # dwm version -VERSION = 6.2 +VERSION = 6.4 # Customize below to fit your system @@ -18,6 +18,7 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) +#MANPREFIX = ${PREFIX}/man #FREETYPEINC = ${X11INC}/freetype2 # includes and libs @@ -25,7 +26,7 @@ INCS = -I${X11INC} -I${FREETYPEINC} LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res # flags -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} |