mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix weird logic for detection apache13 with ipv6
Noticed by: Tarc <tarc@po.cs.msu.su> PR: ports/78451 pointy hat to: clement
This commit is contained in:
parent
87046c3136
commit
d22ffe1146
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135868
@ -40,8 +40,13 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \
|
||||
Apache::PerlSections.3 cgi_to_mod_perl.3 \
|
||||
mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \
|
||||
mod_perl_tuning.3
|
||||
.if defined(APACHE_PORT)
|
||||
. if ${APACHE_PORT:Mipv6} != ""
|
||||
WITH_APACHE_IPV6= YES
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE_IPV6) && ${APACHE_PORT:Mipv6}
|
||||
.if defined(WITH_APACHE_IPV6)
|
||||
CFLAGS+= -DAPACHE6
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user