Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2023 19:30:51 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: a325c1f2fe4e - main - net-im/telepathy-glib: Fix build with llvm16
Message-ID:  <202306231930.35NJUpQu074761@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=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>



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