summaryrefslogtreecommitdiff
path: root/devel/p5-LDAP
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-29 20:48:08 +0000
committerjlam <jlam>2000-08-29 20:48:08 +0000
commit3124513b07d00a6281f0a9c64a8b08999710e62b (patch)
tree2baa0d94f35cb70d3f5d7150e791b78f4c3f8c11 /devel/p5-LDAP
parent0e491cdedb49d7b4ada62b39b36c658a0759f2bd (diff)
downloadpkgsrc-3124513b07d00a6281f0a9c64a8b08999710e62b.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-sum3
-rw-r--r--devel/p5-LDAP/patches/patch-aa16
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
+ );