ports/www/mod_perl2/files/patch-ab
Sergey Matveychuk 83c5a7af15 Update to 1.99r16.
PR:		ports/71266
Submitted by:	maintainer
2004-09-02 07:13:13 +00:00

11 lines
300 B
Text

--- ./xs/APR/aprext/Makefile.PL Wed Sep 1 19:52:04 2004
+++ ./xs/APR/aprext/Makefile.PL.orig Wed Sep 1 19:51:51 2004
@@ -19,7 +19,7 @@
$src{$cfile} = "$srcdir/$cfile";
}
-my @skip = qw(dynamic test);
+my @skip = qw(test);
push @skip, q{static}
unless (Apache::Build::BUILD_APREXT);