- 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
11 lines
286 B
Perl
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';
|