aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL')
-rw-r--r--www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL b/www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL
new file mode 100644
index 000000000000..34530507ea4f
--- /dev/null
+++ b/www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL
@@ -0,0 +1,11 @@
+--- xs/APR/APR/Makefile.PL.orig Sun Nov 19 15:31:02 2006
++++ xs/APR/APR/Makefile.PL Sun Dec 3 15:30:46 2006
+@@ -15,7 +15,7 @@
+
+ my %args;
+
+-%args = map { split /=/, $_ } @ARGV;
++%args = map { split /=/, $_, 2 } @ARGV;
+
+ $args{NAME} = 'APR';
+ $args{VERSION_FROM} = 'APR.pm';