summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/patches/patch-aj')
-rw-r--r--lang/perl5/patches/patch-aj8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5/patches/patch-aj b/lang/perl5/patches/patch-aj
index 6497b0a99d7..8f99b16aae7 100644
--- a/lang/perl5/patches/patch-aj
+++ b/lang/perl5/patches/patch-aj
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.6 2003/02/21 14:42:14 grant Exp $
+$NetBSD: patch-aj,v 1.7 2003/02/27 14:05:01 grant Exp $
--- makedepend.SH.orig Mon Mar 19 18:33:17 2001
+++ makedepend.SH
@@ -10,10 +10,10 @@ $NetBSD: patch-aj,v 1.6 2003/02/21 14:42:14 grant Exp $
*) $touch $firstmakefile ;;
esac
fi
-@@ -141,6 +142,8 @@ for file in `$cat .clist`; do
- $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
+@@ -155,6 +156,8 @@ for file in `$cat .clist`; do
$sed \
- -e '/^#.*<stdin>/d' \
+ -e '1d' \
+ -e '/^#.*<stdin>/d' \
+ -e '/^#.*<built-in>/d' \
+ -e '/^#.*<command line>/d' \
-e '/^#.*"-"/d' \