From 4ad3186eb5319bf0399d911b0a1f7d45dbe377c8 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Sat, 13 Jan 1996 04:16:49 +0000 Subject: perl 5.002beta2 patch Disable prototypes. Disable pod2man. --- ext/DB_File/Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/DB_File') diff --git a/ext/DB_File/Makefile.PL b/ext/DB_File/Makefile.PL index d9218d9d33..f67e6cd642 100644 --- a/ext/DB_File/Makefile.PL +++ b/ext/DB_File/Makefile.PL @@ -3,7 +3,9 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'DB_File', LIBS => ["-L/usr/local/lib -ldb"], + MAN3PODS => ' ', # Pods will be built by installman. #INC => '-I/usr/local/include', VERSION => 1.01, - ); + XSPROTOARG => '-noprototypes', # XXX remove later? +); -- cgit v1.2.1