aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-26 12:15:31 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-26 12:16:02 +0000
commit9650dcc8132f0d8931d216d95462be854bf19b7b (patch)
treee6f54a79f3b9a9414db176302653af6314fcdaf1
parent5478a5060cd45e86282e75f8c7824e06868460bb (diff)
downloadports-9650dcc8132f0d8931d216d95462be854bf19b7b.tar.gz
ports-9650dcc8132f0d8931d216d95462be854bf19b7b.zip
mail/cclient: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r--mail/cclient/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 1998cad6b850..75d6991ac0ba 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -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