git: a325c1f2fe4e - main - net-im/telepathy-glib: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Jun 2023 19:30:51 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a325c1f2fe4e0bd4f49018f17ce43f5364eee7fa commit a325c1f2fe4e0bd4f49018f17ce43f5364eee7fa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-23 17:55:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-23 19:30:40 +0000 net-im/telepathy-glib: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net-im/telepathy-glib/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index 994a758b00df..a18857a34e59 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -23,4 +23,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vala-bindings INSTALL_TARGET= install-strip +.include <bsd.port.options.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +CFLAGS+= -Wno-error=incompatible-function-pointer-types +.endif + .include <bsd.port.mk>