1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/libapreq2/files/patch-glue-perl-Makefile.PL
Sergey Skvortsov 57bc353db3 * clean port's style
* unbreak build with apache22+mod_perl2
* take maintainership
2006-05-29 15:33:44 +00:00

14 lines
633 B
Perl

--- glue/perl/Makefile.PL Mon May 2 20:24:29 2005
+++ glue/perl/Makefile.PL Sat May 21 17:57:39 2005
@@ -443,8 +443,8 @@
'NAME' => '$class',
'VERSION' => '$version',
'TYPEMAPS' => [qw(@$mp2_typemaps $typemap)],
- 'INC' => "-I$base_dir/glue/perl/xs -I$inc_dir -I$xs_dir $apache_includes",
- 'LIBS' => "$apreq_libs $apr_libs",
+ 'INC' => "-I$base_dir/glue/perl/xs -I$inc_dir -I$xs_dir $apache_includes -I\\\$(PREFIX)/%%APACHEINCLUDEDIR%%/modules/perl",
+ 'LIBS' => "$apreq_libs $apr_libs -L\\\$(PREFIX)/lib",
} ;
$txt .= "'depend' => $deps,\n" if ($deps) ;
$txt .= qq{