summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/patches
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-01-03 16:46:41 +0100
committer Erik Hanson2014-01-07 18:14:00 +0100
commit3a2c1b884c36bc4beab1339c5e51445a2ef06b1d (patch)
tree7791daad84c1328b49a0b4c59e566fb6458df99f /desktop/dwm/patches
parent2865681faab076aaacbb02e49313cb23af84e044 (diff)
downloadslackbuilds-3a2c1b884c36bc4beab1339c5e51445a2ef06b1d.tar.gz
desktop/dwm: Updated for version 6.0 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/patches')
-rw-r--r--desktop/dwm/patches/config.mk.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/desktop/dwm/patches/config.mk.diff b/desktop/dwm/patches/config.mk.diff
deleted file mode 100644
index 086506bc93..0000000000
--- a/desktop/dwm/patches/config.mk.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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}