forked from Lainports/freebsd-ports
security/p5-Authen-SASL-Cyrus: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7ba22cf909
commit
192e87fce8
1 changed files with 6 additions and 0 deletions
|
|
@ -17,4 +17,10 @@ USES= perl5
|
|||
USE_PERL5= configure
|
||||
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue