summaryrefslogtreecommitdiff
path: root/www/mod_perl2/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-04 00:07:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-04 00:07:10 +0000
commit628531ea87183e11a8b4e52a1b21d3c9f20b8d03 (patch)
tree64027fda9c578017f78c66dd40ee3befd468800f /www/mod_perl2/files
parent- Update to 0.6 (diff)
- Fix Upgrade problems
- Pass maintainership to submitter - Fixes the -march= nothing which is not 2.0.3 specific. - Removes the pre-everthing warning for www/apache22 - Bump PORTREVISION Submitted by: Philip M. Gollucci" <Philip.Gollucci@ticketmaster.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=178781
Diffstat (limited to 'www/mod_perl2/files')
-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';