diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-05-21 11:27:15 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-05-21 11:27:15 +0000 |
commit | c1875f8c3a0d08985cf3f5f2bfb5acc534f63c86 (patch) | |
tree | 81745e9caa2fc2ce1bcf970c6a23cde148044be2 /lang/perl5/files | |
parent | Fix bento breakage & update to 0.7.2. (diff) |
Make make depend to work with the new gcc (the new preprocessor outputs
more stuff than the old one, which confuses makedepend script in the
distribution).
PORTREVISION is not bumped since there was no functionality change.
Reported-by: too many to list here
Notes
Notes:
svn path=/head/; revision=59620
Diffstat (limited to 'lang/perl5/files')
-rw-r--r-- | lang/perl5/files/patch-makedepend | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5/files/patch-makedepend b/lang/perl5/files/patch-makedepend new file mode 100644 index 000000000000..9cfd396bbb62 --- /dev/null +++ b/lang/perl5/files/patch-makedepend @@ -0,0 +1,13 @@ +$Id$ + +--- makedepend.SH.orig Wed May 29 19:29:05 2002 ++++ makedepend.SH Wed May 29 19:31:31 2002 +@@ -155,6 +155,8 @@ + $sed \ + -e '1d' \ + -e '/^#.*<stdin>/d' \ ++ -e '/^#.*<built-in>/d' \ ++ -e '/^#.*<command line>/d' \ + -e '/^#.*"-"/d' \ + -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \ + -e 's/^[ ]*#[ ]*line/#/' \ |