net-mgmt/ipv6calc: Cosmetic change
This commit is contained in:
parent
7d9aa451f3
commit
39066bd1dc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ SHEBANG_FILES= tools/*
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||
.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400079)
|
||||
CFLAGS+= -Wno-error=deprecated-non-prototype
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue