summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoragc <agc>1998-08-07 11:39:04 +0000
committeragc <agc>1998-08-07 11:39:04 +0000
commitff349a55f46f04ae2439e6a3ecbd81974d35a3a8 (patch)
treee5f4c830eefee852e422593fc428341a832dc6ac /lang
parent71c802c260882fe5b94ecad1b28126390fa77223 (diff)
downloadpkgsrc-ff349a55f46f04ae2439e6a3ecbd81974d35a3a8.tar.gz
Don't check for Configure input coming from a tty.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/patches/patch-aa21
1 files changed, 18 insertions, 3 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa
index 5d42138f8d0..f92a226d587 100644
--- a/lang/perl5/patches/patch-aa
+++ b/lang/perl5/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.5 1998/08/07 11:09:22 agc Exp $
+$NetBSD: patch-aa,v 1.6 1998/08/07 11:39:04 agc Exp $
---- Configure.orig Fri Oct 3 19:57:39 1997
-+++ Configure Thu Feb 19 20:19:03 1998
+--- Configure.orig Fri Oct 3 18:57:39 1997
++++ Configure Fri Aug 7 12:31:44 1998
@@ -65,7 +65,7 @@
fi
@@ -11,6 +11,21 @@ $NetBSD: patch-aa,v 1.5 1998/08/07 11:09:22 agc Exp $
paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
+@@ -92,10 +92,10 @@
+ esac
+
+ : Sanity checks
+-if test ! -t 0; then
+- echo "Say 'sh $me', not 'sh <$me'"
+- exit 1
+-fi
++: if test ! -t 0; then
++: echo "Say 'sh $me', not 'sh <$me'"
++: exit 1
++: fi
+
+ : Test and see if we are running under ksh, either blatantly or in disguise.
+ if (PATH=.; alias -x) >/dev/null 2>&1; then
@@ -725,7 +725,7 @@
archobjs=''
: Possible local include directories to search.