summaryrefslogtreecommitdiffstats
path: root/desktop/spectrwm/patches/01-linux_Makefile_swmhack_libdir.diff
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/spectrwm/patches/01-linux_Makefile_swmhack_libdir.diff')
-rw-r--r--desktop/spectrwm/patches/01-linux_Makefile_swmhack_libdir.diff9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/spectrwm/patches/01-linux_Makefile_swmhack_libdir.diff b/desktop/spectrwm/patches/01-linux_Makefile_swmhack_libdir.diff
deleted file mode 100644
index e5dd7f51b1..0000000000
--- a/desktop/spectrwm/patches/01-linux_Makefile_swmhack_libdir.diff
+++ /dev/null
@@ -1,9 +0,0 @@
---- linux/Makefile.orig 2013-11-27 10:39:26.448879134 +0100
-+++ linux/Makefile 2013-11-27 10:42:28.977873694 +0100
-@@ -1,5 +1,5 @@
- CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
--CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"libswmhack.so.$(LVERS)\"
-+CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
- LDADD+= -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor
-
- PREFIX?= /usr/local