mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
--- Makefile.PL.orig Mon Nov 13 10:14:28 2000
|
|
+++ Makefile.PL Tue Dec 19 12:09:13 2000
|
|
@@ -26,7 +26,7 @@
|
|
%neededmodules =
|
|
(
|
|
'mod_perl.c' => { name => 'perl_module',
|
|
- path => ['$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
|
|
+ path => ['/usr/local/libexec/apache/libperl.so', '$EPBINDIR/modules/libperl.so', '$apache_src/mod_perl.so'],
|
|
win32path => ['$mpdll', '$mpdll/apachemoduleperl.dll', '$EPBINDIR/modules/apachemoduleperl.dll'],
|
|
file => 'libperl.so',
|
|
win32file => 'apachemoduleperl.dll',
|
|
@@ -468,23 +468,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" ;
|
|
- }
|
|
- elsif (-e "$ENV{APACHE_HDR}/httpd.h")
|
|
- {
|
|
- $inc_dir = "$ENV{APACHE_HDR}" ;
|
|
- }
|
|
-
|
|
+ $inc_dir = "/usr/local/include/apache";
|
|
|
|
if ($win32)
|
|
{
|