ports/www/p5-libapreq2/files/patch-glue-perl-Makefile.PL
Kurt Jaeger 035fdd0546 www/libapreq2, www/p5-libapreq2: separate ports
- separate the former master port libapreq2 from p5-libapreq2
- become maintainer for www/p5-libapreq2

Tests for dependend ports where OK.

Approved by:	culot (mentor), ohauer (apache@)
2014-07-19 16:25:27 +00:00

13 lines
666 B
Perl

--- glue/perl/Makefile.PL.orig 2006-08-09 04:26:45.000000000 +0000
+++ glue/perl/Makefile.PL 2008-08-25 18:07:08.000000000 +0000
@@ -415,8 +450,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\\\$(LOCALBASE)/%%APACHEINCLUDEDIR%%/modules/perl",
+ 'LIBS' => "$apreq_libs $apr_libs -L\\\$(LOCALBASE)/lib",
} ;
$txt .= "'depend' => $deps,\n" if ($deps) ;
$txt .= qq{