aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-10-02 22:19:14 +0000
committerAde Lovett <ade@FreeBSD.org>2007-10-02 22:19:14 +0000
commit9210e89d82963b7ff77dfb64f437b3ab686594d0 (patch)
treee42bb2c0e16c751b4f59befbfa4d9b41232b9129 /www/libapreq2
parent90b8786ffa14fa89370c489b7b312bc79747631c (diff)
downloadports-9210e89d82963b7ff77dfb64f437b3ab686594d0.tar.gz
ports-9210e89d82963b7ff77dfb64f437b3ab686594d0.zip
Notes
Diffstat (limited to 'www/libapreq2')
-rw-r--r--www/libapreq2/files/patch-glue-perl-Makefile.PL7
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",
- } ;