summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/patches/patch-ae')
-rw-r--r--lang/perl5/patches/patch-ae29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/perl5/patches/patch-ae b/lang/perl5/patches/patch-ae
deleted file mode 100644
index 491c37567d5..00000000000
--- a/lang/perl5/patches/patch-ae
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-ae,v 1.11 2008/04/28 22:24:22 wiz Exp $
-
---- makedepend.SH.orig 2003-06-05 20:11:10.000000000 +0200
-+++ makedepend.SH
-@@ -83,7 +83,6 @@ if test -f Makefile; then
- # to be out of date. I don't know if OS/2 has touch, so do this:
- case "$osname" in
- os2) ;;
-- netbsd) ;;
- *) $touch $firstmakefile ;;
- esac
- fi
-@@ -128,7 +127,7 @@ for file in `$cat .clist`; do
- *.y) filebase=`basename $file .y` ;;
- esac
- case "$file" in
-- */*) finc="-I`echo $file | sed 's#/[^/]*$##`" ;;
-+ */*) finc="-I`echo $file | sed 's#/[^/]*$##'`" ;;
- *) finc= ;;
- esac
- $echo "Finding dependencies for $filebase$_o."
-@@ -167,6 +166,7 @@ for file in `$cat .clist`; do
- -e '/^#.*<builtin>/d' \
- -e '/^#.*<built-in>/d' \
- -e '/^#.*<command line>/d' \
-+ -e '/^#.*<command-line>/d' \
- -e '/^#.*"-"/d' \
- -e '/: file path prefix .* never used$/d' \
- -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \