summaryrefslogtreecommitdiff
path: root/lang/perl58/patches/patch-ae
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-02-21 16:10:27 +0000
committergrant <grant@pkgsrc.org>2003-02-21 16:10:27 +0000
commitc2060b18ffa5097d562270f3d86eb2960fd18aa2 (patch)
treef86e9f429bf1a56462e2d589113e799c7e51e9af /lang/perl58/patches/patch-ae
parenta5b71796c1a9e53f82a3d678920cd0d96bbd193f (diff)
downloadpkgsrc-c2060b18ffa5097d562270f3d86eb2960fd18aa2.tar.gz
adopt some patches from FreeBSD ports, allowing this to build on
FreeBSD 5.0. also, make really sure we don't try to use perl's malloc().
Diffstat (limited to 'lang/perl58/patches/patch-ae')
-rw-r--r--lang/perl58/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/perl58/patches/patch-ae b/lang/perl58/patches/patch-ae
new file mode 100644
index 00000000000..11c785f63ba
--- /dev/null
+++ b/lang/perl58/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2003/02/21 16:10:27 grant Exp $
+
+--- makedepend.SH.orig Wed Jul 10 00:06:42 2002
++++ makedepend.SH
+@@ -79,6 +79,7 @@ if test -f Makefile; then
+ case "$osname" in
+ os2) ;;
+ netbsd) ;;
++ freebsd) ;;
+ *) $touch $firstmakefile ;;
+ esac
+ fi