From 938247d3c1c4bd9def482925a311f01e04ea94b3 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 19 Mar 2000 05:47:29 +0000 Subject: A module to allow embedded perl in HTML documents. PR: ports/17380 Submitted by: frank@exit.com (Frank Mayhar) --- www/p5-HTML-Embperl/files/patch-aa | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 www/p5-HTML-Embperl/files/patch-aa (limited to 'www/p5-HTML-Embperl/files/patch-aa') 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) -- cgit v1.2.3