Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 02:25:24 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eced9bce884f - main - devel/libayatana-appindicator: adjust to support llvm 17
Message-ID:  <202402110225.41B2POaF041096@gitrepo.freebsd.org>

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

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

commit eced9bce884f352fe1f0cd1c382daf28088a9e97
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2024-02-11 02:23:34 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2024-02-11 02:23:34 +0000

    devel/libayatana-appindicator: adjust to support llvm 17
    
    PR:     275669
    Reported by: pkg-fallout
---
 devel/libayatana-appindicator/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile
index fec28a3cc983..254ec34bc99c 100644
--- a/devel/libayatana-appindicator/Makefile
+++ b/devel/libayatana-appindicator/Makefile
@@ -24,6 +24,7 @@ CMAKE_OFF=	ENABLE_BINDINGS_MONO \
 		ENABLE_GTKDOC
 
 USE_LDCONFIG=	yes
+LDFLAGS+=	-Wl,--undefined-version
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	AyatanaIndicators



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