Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 17:47:05 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b46a08bd472b - main - net-im/pidgin-fetion: Fix build with llvm16
Message-ID:  <202307161747.36GHl5Zg095852@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b46a08bd472bf50141b69c6bab9bf8188533400a

commit b46a08bd472bf50141b69c6bab9bf8188533400a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 16:33:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 17:46:50 +0000

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161747.36GHl5Zg095852>