aboutsummaryrefslogtreecommitdiffstats
path: root/www/libapreq2
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-10-03 06:19:14 +0800
committerade <ade@FreeBSD.org>2007-10-03 06:19:14 +0800
commit9c89c57ae0ef01a8aaeb65d2927ce0e7e0342173 (patch)
tree9ad6f2c549c123585b619db3900699f160a7b80b /www/libapreq2
parent992a44b70ebde199d8ce48c1e7765ec5d9d0127e (diff)
downloadfreebsd-ports-gnome-9c89c57ae0ef01a8aaeb65d2927ce0e7e0342173.tar.gz
freebsd-ports-gnome-9c89c57ae0ef01a8aaeb65d2927ce0e7e0342173.tar.zst
freebsd-ports-gnome-9c89c57ae0ef01a8aaeb65d2927ce0e7e0342173.zip
Fix slightly botched patch that would only allow libapreq2 to compile
with apache2 (not apache22)
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",
- } ;