forked from Lainports/freebsd-ports
Changes: http://perl.apache.org/dist/mod_perl-2.0-current/Changes PR: ports/123535 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Reworked by: araujo (myself)
11 lines
366 B
Perl
11 lines
366 B
Perl
--- ./lib/ModPerl/BuildMM.pm.orig 2008-05-08 13:00:34.000000000 -0400
|
|
+++ ./lib/ModPerl/BuildMM.pm 2008-05-08 13:01:03.000000000 -0400
|
|
@@ -359,7 +359,7 @@
|
|
|
|
$apr_config ||= $build->get_apr_config();
|
|
|
|
- if ($path =~ m/(Thread|Global)Mutex/) {
|
|
+ if ($path =~ m/(Thread|Global)(Mutex|RWLock)/) {
|
|
return unless $apr_config->{HAS_THREADS};
|
|
}
|
|
|