summaryrefslogtreecommitdiff
path: root/databases/p5-DB_File/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DB_File/patches/patch-aa')
-rw-r--r--databases/p5-DB_File/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DB_File/patches/patch-aa b/databases/p5-DB_File/patches/patch-aa
index 7c49f37174d..b2d569355b5 100644
--- a/databases/p5-DB_File/patches/patch-aa
+++ b/databases/p5-DB_File/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $
+$NetBSD: patch-aa,v 1.5 2007/06/10 08:24:13 obache Exp $
---- Makefile.PL.orig Wed Aug 31 23:29:18 2005
+--- Makefile.PL.orig 2007-02-02 17:54:20.000000000 -0500
+++ Makefile.PL
@@ -7,7 +7,7 @@ use Config ;
die "DB_File needs Perl 5.004_05 or better. This is $]\n"
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $
my $LIB_DIR ;
my $INC_DIR ;
my $DB_NAME ;
-@@ -54,7 +54,7 @@ WriteMakefile(
+@@ -66,7 +66,7 @@ WriteMakefile(
'depend' => { 'Makefile' => 'config.in',
'version$(OBJ_EXT)' => 'version.c'},
'clean' => { FILES => 'constants.h constants.xs' },
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz',
DIST_DEFAULT => 'MyDoubleCheck tardist'},
);
-@@ -238,9 +238,9 @@ sub ParseCONFIG
+@@ -250,9 +250,9 @@ sub ParseCONFIG
my $PREFIX = $Info{'PREFIX'} ;
my $HASH = $Info{'HASH'} ;