summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Embperl/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-03-19 05:47:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-03-19 05:47:29 +0000
commit938247d3c1c4bd9def482925a311f01e04ea94b3 (patch)
tree8d906587f04628130c5d2f23e7fd10fa16c6c611 /www/p5-HTML-Embperl/files
parentA persistence framework for session data (diff)
A module to allow embedded perl in HTML documents.
PR: ports/17380 Submitted by: frank@exit.com (Frank Mayhar)
Diffstat (limited to 'www/p5-HTML-Embperl/files')
-rw-r--r--www/p5-HTML-Embperl/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-HTML-Embperl/files/patch-aa b/www/p5-HTML-Embperl/files/patch-aa
new file mode 100644
index 000000000000..54f3990b13c7
--- /dev/null
+++ b/www/p5-HTML-Embperl/files/patch-aa
@@ -0,0 +1,31 @@
+--- Makefile.PL.orig Sat Feb 12 06:18:23 2000
++++ Makefile.PL Sun Mar 19 13:19:43 2000
+@@ -24,7 +24,7 @@
+ %neededmodules =
+ (
+ 'mod_perl.c' => { name => 'perl_module',
+- path => ['$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so'],
++ path => ['/usr/local/libexec/apache/libperl.so', '$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so'],
+ win32path => ['$EPBINDIR/modules/apachemoduleperl.dll'],
+ win32path => ['$mpdll'],
+ file => 'libperl.so',
+@@ -385,18 +385,7 @@
+
+ #### look in which subdir the include files resides ####
+
+- if (-e "$apache_src/httpd.h")
+- {
+- $inc_dir = $apache_src ;
+- }
+- elsif (-e "$apache_src/main/httpd.h")
+- {
+- $inc_dir = "$apache_src/main" ;
+- }
+- elsif (-e "$apache_src/include/httpd.h")
+- {
+- $inc_dir = "$apache_src/include" ;
+- }
++ $inc_dir = "/usr/local/include/apache";
+
+
+ if ($win32)