Skip to content

Commit

Permalink
mail/cclient: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jun 26, 2023
1 parent 5478a50 commit 9650dcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mail/cclient/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9650dcc

Please sign in to comment.