1
0
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:
Muhammad Moinur Rahman 2023-06-26 14:15:31 +02:00
parent 5478a5060c
commit 9650dcc813

View File

@ -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