pkgsrc/devel/p5-LDAP/patches/patch-aa
jlam cc2672fd87 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.
2000-08-29 20:48:08 +00:00

16 lines
437 B
Text

$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
);