mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
300 B
Text
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);
|
|
|