diff options
author | grant <grant> | 2003-02-27 14:05:01 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-27 14:05:01 +0000 |
commit | 4ed1000b1cb299b229f9a41809820f4848a113c2 (patch) | |
tree | 59c39b31b5323c5febb8112fe05e044a8864492b /lang/perl5/patches | |
parent | edd2a0171aa51dc975301b22179da52bef892410 (diff) | |
download | pkgsrc-4ed1000b1cb299b229f9a41809820f4848a113c2.tar.gz |
fix previous change for FreeBSD/gcc3.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r-- | lang/perl5/patches/patch-aj | 8 |
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' \ |