git: eced9bce884f - main - devel/libayatana-appindicator: adjust to support llvm 17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 02:25:24 UTC
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