summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/cwm/files/cwm-20110323-Makefile.patch')
-rw-r--r--x11-wm/cwm/files/cwm-20110323-Makefile.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-wm/cwm/files/cwm-20110323-Makefile.patch b/x11-wm/cwm/files/cwm-20110323-Makefile.patch
deleted file mode 100644
index 688f2fff1c3b..000000000000
--- a/x11-wm/cwm/files/cwm-20110323-Makefile.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- cwm-20110323/Makefile.orig
-+++ cwm-20110323/Makefile
-@@ -15,16 +15,14 @@
- kbfunc.o mousefunc.o font.o strlcpy.o strlcat.o y.tab.o \
- strtonum.o fgetln.o
-
--X11BASE= /usr
-+CPPFLAGS+= $(shell pkg-config --cflags-only-I xft)
-
--CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I.
--
--CFLAGS+= -Wall -O2 -g
-+CFLAGS+=
-
- LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
- -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
-
--MANDIR= ${X11BASE}/man/cat
-+MANDIR= /usr/share/man
- MAN= cwm.1 cwmrc.5
-
- CLEANFILES= cwm.cat1 cwmrc.cat5
-@@ -46,9 +44,9 @@
- $(CC) -c $(CFLAGS) $(CPPFLAGS) $<
-
- install: ${PROG}
-- install -m 755 cwm /usr/local/bin/
-- install -m 644 cwm.1 /usr/local/man/man1
-- install -m 644 cwmrc.5 /usr/local/man/man5
-+ install -D -m 755 cwm $(DESTDIR)$(BINDIR)/cwm
-+ install -D -m 644 cwm.1 $(DESTDIR)$(MANDIR)/man1/cwm.1
-+ install -D -m 644 cwmrc.5 $(DESTDIR)$(MANDIR)/man5/cwmrc.5
-
- #.include <bsd.prog.mk>
- #.include <bsd.xorg.mk>