summaryrefslogtreecommitdiff
path: root/www/mod_perl2/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /www/mod_perl2/files
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'www/mod_perl2/files')
-rw-r--r--www/mod_perl2/files/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/mod_perl2/files/patch-aa b/www/mod_perl2/files/patch-aa
deleted file mode 100644
index b8df70a4f89d..000000000000
--- a/www/mod_perl2/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.PL.orig Thu Feb 15 12:39:35 2001
-+++ Makefile.PL Thu Feb 15 12:41:28 2001
-@@ -1300,7 +1300,11 @@
- 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";
-+ print "Disabling apxs_install target; deferred to pkg-install\n";
- }
- elsif ($win32_auto and $win32_args{INSTALL_DLL}) {
- $add = 'amp_install';