freebsd-ports/www/mod_perl2/files/patch-xs-APR-APR-Makefile.PL
Martin Wilke 628531ea87 - 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
2006-12-04 00:07:10 +00:00

11 lines
286 B
Perl

--- 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';