git: b46a08bd472b - main - net-im/pidgin-fetion: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 17:47:05 UTC
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>