aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-23 17:55:50 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-23 19:30:40 +0000
commita325c1f2fe4e0bd4f49018f17ce43f5364eee7fa (patch)
treeceae3a77cecd8aa7e293dec9f856a48b78e6740a
parent83e1d12fd0838b9cb38867f54bef20790e05b3af (diff)
downloadports-a325c1f2fe4e0bd4f49018f17ce43f5364eee7fa.tar.gz
ports-a325c1f2fe4e0bd4f49018f17ce43f5364eee7fa.zip
net-im/telepathy-glib: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--net-im/telepathy-glib/Makefile6
1 files changed, 6 insertions, 0 deletions
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>