summaryrefslogtreecommitdiff
path: root/devel/autogen
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-20 12:00:09 +0000
committerwiz <wiz>2016-07-20 12:00:09 +0000
commit2986b627c762a6d2a9467e9613a2007dcc179200 (patch)
tree2deb758d0ac17dc24d9842e137a3258321653f5c /devel/autogen
parent694bcf4afce40a4610faf6c2bb4a18ddd7dd3ea2 (diff)
downloadpkgsrc-2986b627c762a6d2a9467e9613a2007dcc179200.tar.gz
Remove obsolete patch, noted by richard.
Diffstat (limited to 'devel/autogen')
-rw-r--r--devel/autogen/patches/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/autogen/patches/patch-ab b/devel/autogen/patches/patch-ab
deleted file mode 100644
index 67586974cd8..00000000000
--- a/devel/autogen/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2011/07/08 11:44:02 drochner Exp $
-
---- autoopts/mk-tpl-config.sh.orig 2011-06-06 15:08:10.000000000 +0000
-+++ autoopts/mk-tpl-config.sh
-@@ -70,7 +70,7 @@ do
- st=`sed 1q $f`
-
- case "$st" in
-- */perl ) echo '#!' `which perl`
-+ */perl ) echo '#!' ${PERL5}
- sed 1d $f
- ;;
-
-@@ -87,7 +87,8 @@ done
- while :
- do
- \unalias -a
-- unset -f command cat which
-+ unset -f command cat which || true
-+ test -x "$POSIX_CAT" && break
- POSIX_CAT=`which cat`
- test -x "$POSIX_CAT" && break
- POSIX_CAT=`