net-im/pidgin-fetion: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-16 18:33:43 +02:00
parent 91bc9e8990
commit b46a08bd47

View file

@ -26,7 +26,7 @@ PLIST_FILES= lib/purple-2/libfetion.so
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.post.mk>