diff options
Diffstat (limited to 'lang/perl5/patches/patch-aj')
-rw-r--r-- | lang/perl5/patches/patch-aj | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lang/perl5/patches/patch-aj b/lang/perl5/patches/patch-aj deleted file mode 100644 index 8f99b16aae7..00000000000 --- a/lang/perl5/patches/patch-aj +++ /dev/null @@ -1,31 +0,0 @@ -$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 -@@ -68,6 +68,7 @@ if test -f Makefile; then - case "$osname" in - os2) ;; - netbsd) ;; -+ freebsd) ;; - *) $touch $firstmakefile ;; - esac - fi -@@ -155,6 +156,8 @@ for file in `$cat .clist`; do - $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/#/' \ -@@ -196,7 +199,8 @@ if $test -s .deptmp; then - $echo "Updating $mf..." - $echo "# If this runs make out of memory, delete /usr/include lines." \ - >> $mf.new -- $sed 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" .deptmp \ -+ $sed 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" .deptmp |\ -+ $sed -e 's|^0$||' \ - >>$mf.new - else - $MAKE hlist || ($echo "Searching for .h files..."; \ |