From c1875f8c3a0d08985cf3f5f2bfb5acc534f63c86 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Tue, 21 May 2002 11:27:15 +0000 Subject: 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 --- lang/perl5.8/files/patch-makedepend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/perl5.8/files/patch-makedepend (limited to 'lang/perl5.8') diff --git a/lang/perl5.8/files/patch-makedepend b/lang/perl5.8/files/patch-makedepend new file mode 100644 index 000000000000..9cfd396bbb62 --- /dev/null +++ b/lang/perl5.8/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 '/^#.*/d' \ ++ -e '/^#.*/d' \ ++ -e '/^#.*/d' \ + -e '/^#.*"-"/d' \ + -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \ + -e 's/^[ ]*#[ ]*line/#/' \ -- cgit v1.2.3