From b46a08bd472bf50141b69c6bab9bf8188533400a Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 16 Jul 2023 18:33:43 +0200 Subject: [PATCH] net-im/pidgin-fetion: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- net-im/pidgin-fetion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin-fetion/Makefile b/net-im/pidgin-fetion/Makefile index c46d228eaa8f..38aa88367399 100644 --- a/net-im/pidgin-fetion/Makefile +++ b/net-im/pidgin-fetion/Makefile @@ -26,7 +26,7 @@ PLIST_FILES= lib/purple-2/libfetion.so .include .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