summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-20 12:00:09 +0000
committerwiz <wiz@pkgsrc.org>2016-07-20 12:00:09 +0000
commit73a9dd2adee2e1027a20aa0ab0785961421cd2b5 (patch)
tree398d328926c3416c4c4eea97b8b51d8e0aedd6c3 /devel
parent773c17367b8876f55ee2109b045e98ec632be213 (diff)
downloadpkgsrc-73a9dd2adee2e1027a20aa0ab0785961421cd2b5.tar.gz
Remove obsolete patch, noted by richard.
Diffstat (limited to 'devel')
-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=`