From cc2672fd874a85794c29fc6e39f7e4e775589357 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 29 Aug 2000 20:48:08 +0000 Subject: Until the sources for these packages catch up to the current (post-5.6.0) Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look like an older perl. --- devel/p5-LDAP/files/patch-sum | 3 +++ devel/p5-LDAP/patches/patch-aa | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 devel/p5-LDAP/files/patch-sum create mode 100644 devel/p5-LDAP/patches/patch-aa (limited to 'devel/p5-LDAP') diff --git a/devel/p5-LDAP/files/patch-sum b/devel/p5-LDAP/files/patch-sum new file mode 100644 index 00000000000..4399bd3d416 --- /dev/null +++ b/devel/p5-LDAP/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/08/29 20:48:12 jlam Exp $ + +MD5 (patch-aa) = 8e6880e7a05ef678c8034fcaf2c00510 diff --git a/devel/p5-LDAP/patches/patch-aa b/devel/p5-LDAP/patches/patch-aa new file mode 100644 index 00000000000..bb2d6b6a092 --- /dev/null +++ b/devel/p5-LDAP/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1 2000/08/29 20:48:13 jlam Exp $ + +Until the source catches up to the current Perl API, we need PERL_POLLUTE +to look like an older perl. + +--- Makefile.PL.orig Thu Jan 21 18:52:42 1999 ++++ Makefile.PL +@@ -167,7 +167,7 @@ + )), + 'LIBS' => [$lib_line], + 'MYEXTLIB' => $myextlib, +- 'DEFINE' => "$v3_def $ssl_def", ++ 'DEFINE' => "$v3_def $ssl_def -DPERL_POLLUTE=1", + 'XSOPT' => "-nolinenumbers", + @extras + ); -- cgit v1.2.3