Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2024 16:34:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a70ec22a83e - main - devel/gitui: Broken on i386
Message-ID:  <202404211634.43LGYkq0072276@gitrepo.freebsd.org>

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

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

commit 5a70ec22a83e064226304bb139b52c2a2dc768f3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-21 16:33:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-21 16:33:36 +0000

    devel/gitui: Broken on i386
---
 devel/gitui/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile
index be4319a9ebce..0be105ff4e2b 100644
--- a/devel/gitui/Makefile
+++ b/devel/gitui/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/extrawurst/gitui
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_i386=	link fails: ld: error: undefined symbol: __atomic_is_lock_fre
+
 BUILD_DEPENDS=	bash:shells/bash \
 		gmake:devel/gmake
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \



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