Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 09:11:15 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ffe676bab6d4 - main - devel/libayatana-indicator: Fails to build after update of x11-toolkits/gtk30
Message-ID:  <202408120911.47C9BFAV060431@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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