diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-02 22:19:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-02 22:19:14 +0000 |
commit | 9210e89d82963b7ff77dfb64f437b3ab686594d0 (patch) | |
tree | e42bb2c0e16c751b4f59befbfa4d9b41232b9129 /www/libapreq2 | |
parent | 90b8786ffa14fa89370c489b7b312bc79747631c (diff) |
Fix slightly botched patch that would only allow libapreq2 to compile
with apache2 (not apache22)
Notes
Notes:
svn path=/head/; revision=200704
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/files/patch-glue-perl-Makefile.PL | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/libapreq2/files/patch-glue-perl-Makefile.PL b/www/libapreq2/files/patch-glue-perl-Makefile.PL index f7a8b96c8ce1..04c6c6233788 100644 --- a/www/libapreq2/files/patch-glue-perl-Makefile.PL +++ b/www/libapreq2/files/patch-glue-perl-Makefile.PL @@ -15,10 +15,3 @@ - + $version = $1; $version =~ s,^\|\#_!!_\#\|,,; } -@@ -417,4 +417,4 @@ - '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)/include/apache2/modules/perl", -+ 'LIBS' => "$apreq_libs $apr_libs -L\\\$(PREFIX)/lib", - } ; |