Sorry, cvs rm -f patches/patch-aa and make distinfo were NOT done, corrected, thanks wiz@.

This commit is contained in:
mef 2015-04-27 08:59:31 +00:00
parent 7089051760
commit 4a40e9dc3e
2 changed files with 1 additions and 18 deletions

View file

@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.5 2015/04/27 06:05:02 mef Exp $
$NetBSD: distinfo,v 1.6 2015/04/27 08:59:31 mef Exp $
SHA1 (perldap-1.4.1.tar.gz) = f07feb41e0639c80cb186381566f3baf2ffcbc83
RMD160 (perldap-1.4.1.tar.gz) = 6087ffafbc0099f7ef0f3d2a4540a37cbac933b5
Size (perldap-1.4.1.tar.gz) = 93930 bytes
SHA1 (patch-API.xs) = 3e5ecd7e2afeb82537be266c0920935d848b1512
SHA1 (patch-aa) = f4f4aada03cc97490cb78a698585fca257ece666
SHA1 (patch-typemap) = 9255e0d9c53d57ee90f27f5e544867ca51d92d8c

View file

@ -1,16 +0,0 @@
$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
);