diff options
author | clement <clement@FreeBSD.org> | 2004-08-18 19:11:12 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-08-18 19:11:12 +0000 |
commit | 6e1a239a01bd30136dfc04e0c5d00bc813059645 (patch) | |
tree | 811423c2778f9da844218a6ce27594d360e036b9 /www/mod_perl/Makefile | |
parent | b92347fbbc5b92e577d343964c031d22e2de7e8b (diff) | |
download | FreeBSD-ports-6e1a239a01bd30136dfc04e0c5d00bc813059645.zip FreeBSD-ports-6e1a239a01bd30136dfc04e0c5d00bc813059645.tar.gz |
- Fix buil with apache13 + ipv6
Set APACHE_PORT or define WITH_APACHE_IPV6
PR: ports/68158
Submitted by: SoD <sod at cd dot pri dot ee>
Obtained from: NetBSD
Diffstat (limited to 'www/mod_perl/Makefile')
-rw-r--r-- | www/mod_perl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index e88fb95..0d196c2 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -40,6 +40,10 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \ mod_perl_tuning.3 +.if defined(WITH_APACHE_IPV6) && ${APACHE_PORT:Mipv6} +CFLAGS+= -DAPACHE6 +.endif + .include <bsd.port.pre.mk> post-install: |