ports/www/mod_perl/files/patch-Makefile.PL
Erwin Lansing 61ff286986 Update to 1.30
PR:		111844
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
Security:	http://www.vuxml.org/freebsd/ef2ffb03-f2b0-11db-ad25-0010b5a0a860.html
2007-04-25 18:46:30 +00:00

14 lines
492 B
Perl

--- Makefile.PL.orig Wed Apr 18 22:00:41 2007
+++ Makefile.PL Wed Apr 18 22:01:40 2007
@@ -1380,7 +1380,10 @@
my $string = $self->MM::install;
my $add = "";
if ($USE_APXS) {
- $add = "apxs_install";
+ # XXX The FreeBSD port for mod_perl takes care of installing libperl.so
+ # itself via the pkg-install script.
+ #
+ # $add = "apxs_install";
}
elsif ($win32_auto and
($win32_args{INSTALL_DLL} or $win32_args{INSTALL_LIB})) {