pkgsrc/lang/perl58/patches/patch-ae
jlam 4b1d594265 Teach perl58 about DragonFlyBSD. Patches provided by Todd Willey in
PR pkg/28963 with minor modifications by me.  Also teach all of the
BSDs (and Interix) to pass the rpath to libperl.so if a module needs
to link with libperl.so when built with MakeMaker.pm.  Bump the
PKGREVISION to 2.
2005-01-18 00:56:43 +00:00

12 lines
347 B
Text

$NetBSD: patch-ae,v 1.3 2005/01/18 00:56:44 jlam Exp $
--- makedepend.SH.orig 2003-06-05 14:11:10.000000000 -0400
+++ makedepend.SH
@@ -83,7 +83,6 @@ if test -f Makefile; then
# to be out of date. I don't know if OS/2 has touch, so do this:
case "$osname" in
os2) ;;
- netbsd) ;;
*) $touch $firstmakefile ;;
esac
fi