summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase/patches
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 07:43:50 +0000
committerjlam <jlam>2002-09-21 07:43:50 +0000
commitf271249322b9fa7dd1d3d9cf155c0e99bf967cad (patch)
treee09f114ff688e0ffde7bcc2dccf4782f1233ce2f /databases/p5-DBD-Sybase/patches
parent4133b23ffa7dee0d0148b4ec3f2f7277fcc7e40a (diff)
downloadpkgsrc-f271249322b9fa7dd1d3d9cf155c0e99bf967cad.tar.gz
Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0
when using perl58. XXX This is probably not the right fix. Longer term, we will want to XXX modify the ExtUtils/MakeMaker module to properly handle not wanting XXX to install man pages.
Diffstat (limited to 'databases/p5-DBD-Sybase/patches')
-rw-r--r--databases/p5-DBD-Sybase/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/p5-DBD-Sybase/patches/patch-aa b/databases/p5-DBD-Sybase/patches/patch-aa
new file mode 100644
index 00000000000..98e73da140c
--- /dev/null
+++ b/databases/p5-DBD-Sybase/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2002/09/21 07:43:51 jlam Exp $
+
+--- Makefile.PL.orig Tue Nov 20 13:04:06 2001
++++ Makefile.PL
+@@ -39,9 +39,6 @@ WriteMakefile('NAME' => 'DBD::Sy
+ 'LDDLFLAGS' => $lddlflags,
+ 'LDFLAGS' => $ldflags,
+ LINKTYPE => $LINKTYPE,
+- ($^O eq 'VMS' ?
+- (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD_Sybase.3' }) :
+- (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD::Sybase.3' })),
+ ($] >= 5.005 ?
+ (ABSTRACT => 'DBI driver for Sybase datasources',
+ AUTHOR => 'Michael Peppler (mpeppler@peppler.org)') : ()),