freebsd-ports/www/mod_perl2/files/patch-lib__ModPerl__BuildMM.pm
Marcelo Araujo 748c043793 - Update to 2.0.4.
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)
2008-06-07 15:31:21 +00:00

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