summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/add_OPTS_to_config.mk.diff
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwm/add_OPTS_to_config.mk.diff')
-rw-r--r--desktop/dwm/add_OPTS_to_config.mk.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/dwm/add_OPTS_to_config.mk.diff b/desktop/dwm/add_OPTS_to_config.mk.diff
deleted file mode 100644
index 414b7bb99f..0000000000
--- a/desktop/dwm/add_OPTS_to_config.mk.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur dwm-5.7.2.orig/config.mk dwm-5.7.2/config.mk
---- dwm-5.7.2.orig/config.mk 2009-09-27 14:20:23.000000000 -0500
-+++ dwm-5.7.2/config.mk 2009-10-14 22:09:46.313425339 -0500
-@@ -21,7 +21,7 @@
- # flags
- CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
- #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-+CFLAGS = -std=c99 -pedantic -Wall ${OPTS} ${INCS} ${CPPFLAGS}
- #LDFLAGS = -g ${LIBS}
- LDFLAGS = -s ${LIBS}
-