summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Session/patches/patch-aa')
-rw-r--r--www/p5-Apache-Session/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/p5-Apache-Session/patches/patch-aa b/www/p5-Apache-Session/patches/patch-aa
new file mode 100644
index 00000000000..69e029752c5
--- /dev/null
+++ b/www/p5-Apache-Session/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2001/09/19 03:44:39 mjl Exp $
+
+--- Makefile.PL.orig Wed Sep 19 05:38:17 2001
++++ Makefile.PL Wed Sep 19 05:38:27 2001
+@@ -5,6 +5,6 @@
+
+ NAME => "Apache::Session",
+ VERSION_FROM => "Session.pm",
+- PREREQ_PM => { MD5 => 0, Storable => 0 },
++ PREREQ_PM => { Digest::MD5 => 0, Storable => 0 },
+ 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }
+ );