diff options
author | Tom Canich <tcanich@canich.net> | 2011-02-19 23:03:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:04 -0600 |
commit | b3ea517f6e6241be714fa669c3c564c0574ca1f5 (patch) | |
tree | 06ec4582684ee557797cf1f76a8f3075a97cc66c /desktop/dwm/patches | |
parent | bf7fd773bfa5fee9cc9bc6a8fbe4d261cba3fb05 (diff) | |
download | slackbuilds-b3ea517f6e6241be714fa669c3c564c0574ca1f5.tar.gz |
desktop/dwm: Added (suckless dynamic window manager)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/patches')
-rw-r--r-- | desktop/dwm/patches/config.mk.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/dwm/patches/config.mk.diff b/desktop/dwm/patches/config.mk.diff new file mode 100644 index 0000000000..086506bc93 --- /dev/null +++ b/desktop/dwm/patches/config.mk.diff @@ -0,0 +1,16 @@ +--- config.mk 2010-06-04 05:39:15.000000000 -0500 ++++ config.mk 2011-02-19 22:26:00.055940203 -0600 +@@ -16,11 +16,11 @@ + + # includes and libs + INCS = -I. -I/usr/include -I${X11INC} +-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} ++LIBS = -lc -L${X11LIB} -lX11 ${XINERAMALIBS} + + # flags + CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} ++CFLAGS = -g -std=c99 -pedantic -Wall ${OPTS} ${INCS} ${CPPFLAGS} + #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} + LDFLAGS = -g ${LIBS} + #LDFLAGS = -s ${LIBS} |