diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-03 14:13:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-03 14:13:00 +0000 |
commit | eadaa9d9909bac2f8040ac7eed9099e9098e8e00 (patch) | |
tree | 26113edfb4a86bd375d5e2ac7aba8811268ed8cf /mail/elm/patches | |
parent | 0424c1866b3d3adf92b3d7b675208c8e29cfeede (diff) | |
download | pkgsrc-eadaa9d9909bac2f8040ac7eed9099e9098e8e00.tar.gz |
Don't check if stdin is redirected -- it is in bulk builds, and
that's perfectly okay. Fixes recently noted bulk build problem.
Diffstat (limited to 'mail/elm/patches')
-rw-r--r-- | mail/elm/patches/patch-aa | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/mail/elm/patches/patch-aa b/mail/elm/patches/patch-aa index 0a8a77f519c..dba6687a86c 100644 --- a/mail/elm/patches/patch-aa +++ b/mail/elm/patches/patch-aa @@ -1,7 +1,20 @@ -$NetBSD: patch-aa,v 1.2 2001/07/18 20:04:13 martin Exp $ ---- Configure.orig Sun Jul 15 23:32:27 2001 -+++ Configure Sun Jul 15 23:34:48 2001 -@@ -490,8 +490,8 @@ +$NetBSD: patch-aa,v 1.3 2002/01/03 14:13:01 wiz Exp $ + +--- Configure.orig Fri Dec 15 15:00:55 2000 ++++ Configure +@@ -18,11 +18,6 @@ + PATH=".:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin:$PATH" + export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) + +-if test ! -t 0; then +- echo "Say 'sh Configure', not 'sh <Configure'" +- exit 1 +-fi +- + (alias) >/dev/null 2>&1 && \ + echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \ + echo "especially on exotic machines. If yours does, try the Bourne shell instead.)" +@@ -490,8 +485,8 @@ n='' c='\c' fi @@ -12,7 +25,7 @@ $NetBSD: patch-aa,v 1.2 2001/07/18 20:04:13 martin Exp $ rm -f .echotmp : now set up to do reads with possible shell escape and default assignment -@@ -5496,7 +5496,7 @@ +@@ -5496,7 +5491,7 @@ echo "If you didn't make any mistakes, then just type a carriage return here." rp="If you need to edit config.sh, do it as a shell escape here:" $echo $n "$rp $c" |