From f09b3d364cf62793b605a0330ab408b80c4d5f2d Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 26 Apr 2004 14:52:39 +0000 Subject: Make build on Interix. (Older shells don't allow '((' for a double-subshell; use '( (' instead.) --- devel/autoconf/distinfo | 3 ++- devel/autoconf/patches/patch-ad | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 devel/autoconf/patches/patch-ad (limited to 'devel/autoconf') 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 -- cgit v1.2.3