summaryrefslogtreecommitdiff
path: root/x11-wm/cwm/files/cwm-Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/cwm/files/cwm-Makefile.patch')
-rw-r--r--x11-wm/cwm/files/cwm-Makefile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/cwm/files/cwm-Makefile.patch b/x11-wm/cwm/files/cwm-Makefile.patch
deleted file mode 100644
index fc26a3808876..000000000000
--- a/x11-wm/cwm/files/cwm-Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -13,12 +13,14 @@ OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \
- search.o util.o xutil.o conf.o xevents.o group.o \
- kbfunc.o strlcpy.o strlcat.o y.tab.o \
- strtonum.o reallocarray.o
-+
-+PKG_CONFIG?= pkg-config
-
--CPPFLAGS+= `pkg-config --cflags x11 xft xrandr`
-+CPPFLAGS+= `${PKG_CONFIG} --cflags x11 xft xrandr`
-
- CFLAGS?= -Wall -O2 -g -D_GNU_SOURCE
-
--LDFLAGS+= `pkg-config --libs x11 xft xrandr`
-+LDFLAGS+= `${PKG_CONFIG} --libs x11 xft xrandr`
-
- MANPREFIX?= ${PREFIX}/share/man
-