diff options
Diffstat (limited to 'japanese/perl5/files/patch-ag')
-rw-r--r-- | japanese/perl5/files/patch-ag | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/perl5/files/patch-ag b/japanese/perl5/files/patch-ag deleted file mode 100644 index ff337f2df958..000000000000 --- a/japanese/perl5/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- makedepend.SH.orig Fri Jan 22 01:10:23 1999 -+++ makedepend.SH Tue Dec 3 01:11:02 2002 -@@ -68,6 +68,7 @@ - case "$osname" in - os2) ;; - netbsd) ;; -+ freebsd) ;; - *) $touch $firstmakefile ;; - esac - fi -@@ -129,6 +130,9 @@ - $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c | - $sed \ - -e '/^#.*<stdin>/d' \ -+ -e '/^#.*<built-in>/d' \ -+ -e '/^#.*<command line>/d' \ -+ -e '/^#.*<command-line>/d' \ - -e '/^#.*"-"/d' \ - -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \ - -e 's/^[ ]*#[ ]*line/#/' \ |