summaryrefslogtreecommitdiff
path: root/ext/SDBM_File/Makefile.PL
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters.nicoh.com>1996-01-13 04:16:49 +0000
committerAndy Dougherty <doughera.lafayette.edu>1996-01-13 04:16:49 +0000
commit4ad3186eb5319bf0399d911b0a1f7d45dbe377c8 (patch)
treea0ab6527cea954e89ebe87c6af90bee3987e624c /ext/SDBM_File/Makefile.PL
parent1476d272ad11d4ee4160587660fab223f7373e88 (diff)
downloadperl-4ad3186eb5319bf0399d911b0a1f7d45dbe377c8.tar.gz
perl 5.002beta2 patch
Disable prototypes. Disable pod2man.
Diffstat (limited to 'ext/SDBM_File/Makefile.PL')
-rw-r--r--ext/SDBM_File/Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/SDBM_File/Makefile.PL b/ext/SDBM_File/Makefile.PL
index 911870ce35..634df7ce0d 100644
--- a/ext/SDBM_File/Makefile.PL
+++ b/ext/SDBM_File/Makefile.PL
@@ -6,7 +6,9 @@ use ExtUtils::MakeMaker;
# which perform the corresponding actions in the subdirectory.
WriteMakefile(
- 'MYEXTLIB' => 'sdbm/libsdbm$(LIB_EXT)',
+ MYEXTLIB => 'sdbm/libsdbm$(LIB_EXT)',
+ MAN3PODS => ' ', # Pods will be built by installman.
+ XSPROTOARG => '-noprototypes', # XXX remove later?
);