git: ffe676bab6d4 - main - devel/libayatana-indicator: Fails to build after update of x11-toolkits/gtk30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Aug 2024 09:11:15 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffe676bab6d497380d7f5d996b167ab70276af5c commit ffe676bab6d497380d7f5d996b167ab70276af5c Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-08-12 09:09:58 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-08-12 09:09:58 +0000 devel/libayatana-indicator: Fails to build after update of x11-toolkits/gtk30 Approved by: maintainer timeout (> 6 months) PR: 275950 --- devel/libayatana-indicator/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/libayatana-indicator/Makefile b/devel/libayatana-indicator/Makefile index dcf41902fabd..266301e92b71 100644 --- a/devel/libayatana-indicator/Makefile +++ b/devel/libayatana-indicator/Makefile @@ -19,6 +19,7 @@ USES= cmake gnome localbase:ldflags pkgconfig vala:build USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection pango USE_LDCONFIG= yes +LDFLAGS+= -pthread USE_GITHUB= yes GH_ACCOUNT= AyatanaIndicators