git: 5a70ec22a83e - main - devel/gitui: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Apr 2024 16:34:46 UTC
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 \