summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches
diff options
context:
space:
mode:
authorgrant <grant>2003-01-07 09:51:09 +0000
committergrant <grant>2003-01-07 09:51:09 +0000
commitbd2503967303a75ea021f651b04405a56cd4158b (patch)
tree5176187f05529d94300ec9b16c61a67c832d1dd4 /x11/rxvt/patches
parentc8f9f0900c8565ef5d4222fee2cf4fd8fb2ecf0d (diff)
downloadpkgsrc-bd2503967303a75ea021f651b04405a56cd4158b.tar.gz
Patch top-level Makefile to not descend into doc/ rather than
patching doc/Makefile with a dummy 'all' target. The build of rxvt now *really* fails on Darwin. :-) (the dummy target always returned true).
Diffstat (limited to 'x11/rxvt/patches')
-rw-r--r--x11/rxvt/patches/patch-aa10
-rw-r--r--x11/rxvt/patches/patch-ab16
2 files changed, 5 insertions, 21 deletions
diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa
index c486fd7573d..c65d2d81e33 100644
--- a/x11/rxvt/patches/patch-aa
+++ b/x11/rxvt/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2000/08/30 00:01:05 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2003/01/07 09:51:10 grant Exp $
---- Makefile.in.orig Tue Dec 21 11:07:54 1999
-+++ Makefile.in Mon May 8 05:10:06 2000
-@@ -9,7 +9,7 @@
+--- Makefile.in.orig Tue Dec 21 21:07:54 1999
++++ Makefile.in
+@@ -9,7 +9,7 @@ VPATH = @srcdir@
first_rule: all
dummy:
-subdirs = src doc rclock src/graphics src/test
-+subdirs = src doc #rclock src/graphics src/test
++subdirs = src
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab
deleted file mode 100644
index 70dd53b6d57..00000000000
--- a/x11/rxvt/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2000/08/30 00:01:05 wiz Exp $
-
---- doc/Makefile.in.orig Sun Mar 12 06:26:26 2000
-+++ doc/Makefile.in Mon May 8 05:11:35 2000
-@@ -38,7 +38,10 @@
-
- #-------------------------------------------------------------------------
-
--all: rxvt.1
-+all:
-+ # nada
-+
-+oldall: rxvt.1
-
- rxvt.1: rxvt.tbl Makefile
- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi