summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authortv <tv>2004-04-26 14:52:39 +0000
committertv <tv>2004-04-26 14:52:39 +0000
commitf09b3d364cf62793b605a0330ab408b80c4d5f2d (patch)
tree1e1c476a5d735d7e7ee8687b4e5ee6b347bd3499 /devel/autoconf
parent34492cddc11a04b0af6921f25e9c3a8fb90a82d4 (diff)
downloadpkgsrc-f09b3d364cf62793b605a0330ab408b80c4d5f2d.tar.gz
Make build on Interix. (Older shells don't allow '((' for a double-subshell;
use '( (' instead.)
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/distinfo3
-rw-r--r--devel/autoconf/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo
index 1d907808808..46d7f620ea8 100644
--- a/devel/autoconf/distinfo
+++ b/devel/autoconf/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2003/12/06 18:26:36 wiz Exp $
+$NetBSD: distinfo,v 1.12 2004/04/26 14:52:39 tv Exp $
SHA1 (autoconf-2.59.tar.bz2) = d366a07b2d99c95b7f24395aa8a8e023d8b93b69
Size (autoconf-2.59.tar.bz2) = 925073 bytes
SHA1 (patch-aa) = 9e8d3d2dd52e145c70a25bdf45a46aea0eb28a63
SHA1 (patch-ab) = c0510b4239bd5a69851690b0456b4a7109ee8928
SHA1 (patch-ac) = d8bf5a8c12bdc5f4953f3299a32520c6fca97b81
+SHA1 (patch-ad) = ea9ec5e087c7b9099c347587a9bd545cc0634309
diff --git a/devel/autoconf/patches/patch-ad b/devel/autoconf/patches/patch-ad
new file mode 100644
index 00000000000..2704413986e
--- /dev/null
+++ b/devel/autoconf/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.6 2004/04/26 14:52:39 tv Exp $
+
+--- tests/wrapper.in.orig Mon Apr 26 10:49:37 2004
++++ tests/wrapper.in
+@@ -15,7 +15,7 @@ elif test -n "${BASH_VERSION+set}" && (s
+ fi
+
+ # Support unset when possible.
+-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+ else
+ as_unset=false