summaryrefslogtreecommitdiff
path: root/lang/perl5/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-08-12 02:36:47 +0000
committerhubertf <hubertf>1998-08-12 02:36:47 +0000
commitdf7b80dfd23c7815a23030b860832405929b6e06 (patch)
tree430795c467faa32cd10d960cdb7905e77bb7810c /lang/perl5/patches
parent26eda805204cb132e756e6c515ce70d220454a0a (diff)
downloadpkgsrc-df7b80dfd23c7815a23030b860832405929b6e06.tar.gz
Comment things out with "#", not ":".
(fixes PR 5953 by jbernard@ox.mines.edu)
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r--lang/perl5/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa
index f92a226d587..1ce02c9b40a 100644
--- a/lang/perl5/patches/patch-aa
+++ b/lang/perl5/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 1998/08/07 11:39:04 agc Exp $
+$NetBSD: patch-aa,v 1.7 1998/08/12 02:36:47 hubertf Exp $
--- Configure.orig Fri Oct 3 18:57:39 1997
+++ Configure Fri Aug 7 12:31:44 1998
@@ -19,10 +19,10 @@ $NetBSD: patch-aa,v 1.6 1998/08/07 11:39:04 agc Exp $
- 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
++# 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