diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-29 20:48:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-29 20:48:08 +0000 |
commit | cc2672fd874a85794c29fc6e39f7e4e775589357 (patch) | |
tree | 2baa0d94f35cb70d3f5d7150e791b78f4c3f8c11 /devel/p5-LDAP | |
parent | faeeab4d350ecd58856082ea9cb0c2746b3853b0 (diff) | |
download | pkgsrc-cc2672fd874a85794c29fc6e39f7e4e775589357.tar.gz |
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.
Diffstat (limited to 'devel/p5-LDAP')
-rw-r--r-- | devel/p5-LDAP/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/p5-LDAP/patches/patch-aa | 16 |
2 files changed, 19 insertions, 0 deletions
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 + ); |