[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/0f91dd1c74554bd19a0f06e7e851026e85efeb98.gph

tconfig.mk cleanup - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit 0f91dd1c74554bd19a0f06e7e851026e85efeb98

parent 3402a8d53a95bd60b434bd26139d398392489b28

Author: anselm@garbe.us

Date:   Wed,  4 Jan 2012 13:30:47 +0100
config.mk cleanup
Diffstat:
  config.mk                           |       5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---

diff --git a/config.mk b/config.mk

t@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = hg
+VERSION = 4.4.1-tip
 # paths
 PREFIX = /usr/local
t@@ -18,7 +18,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
 # flags
 CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS   = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+#CFLAGS   = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS  = -s ${LIBS}
 # compiler and linker
.


AD: