freebsd-ports/japanese/perl5/files/patch-ag
Shigeyuki Fukushima 10bd7658a4 Update japanized perl5 patch to 20000401.
PORTREVISION bump.
Fix build error on 5-CURRENT.
2002-12-02 16:40:44 +00:00

19 lines
488 B
Text

--- 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,8 @@
$cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
$sed \
-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/#/' \