summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-28 12:28:16 +0000
committerwiz <wiz>2003-03-28 12:28:16 +0000
commitbfe2b9729ab49dd34e05951531c8a69d88d53a7c (patch)
tree4e2570df74753ea31baad3ca7132be7af2f1aef7 /x11/rxvt/patches
parentddb8bbd9ad533fce10dfa746c9eff212b114ed06 (diff)
downloadpkgsrc-bfe2b9729ab49dd34e05951531c8a69d88d53a7c.tar.gz
Return failure in case of errors (instead of success).
Patch from Geoff Wing (gcw at rxvt dot org).
Diffstat (limited to 'x11/rxvt/patches')
-rw-r--r--x11/rxvt/patches/patch-aa17
1 files changed, 14 insertions, 3 deletions
diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa
index 6b9b22d667c..7e73b5faaf9 100644
--- a/x11/rxvt/patches/patch-aa
+++ b/x11/rxvt/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.8 2003/03/27 07:14:26 wiz Exp $
+$NetBSD: patch-aa,v 1.9 2003/03/28 12:28:17 wiz Exp $
---- Makefile.in.org 2003-03-27 11:56:57.000000000 +1100
-+++ Makefile.in 2003-03-27 11:57:38.000000000 +1100
+--- Makefile.in.~1~ 2003-03-07 13:24:32.000000000 +1100
++++ Makefile.in 2003-03-28 22:22:19.000000000 +1100
@@ -9,7 +9,7 @@
first_rule: all
dummy:
@@ -11,3 +11,14 @@ $NetBSD: patch-aa,v 1.8 2003/03/27 07:14:26 wiz Exp $
allsubdirs = W11 $(subdirs)
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
+@@ -25,8 +25,8 @@
+ #-------------------------------------------------------------------------
+
+ all allbin alldoc tags:
+- @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@ || exit 1); fi
+- @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
++ @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
++ @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
+
+ realclean: clean
+ $(RMF) config.h config.status config.log libtool