mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
mail/cclient: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5478a5060c
commit
9650dcc813
@ -32,6 +32,10 @@ SSL_USES= ssl
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
PKGMESSAGE= pkg-message-ssl
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user