Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2024 08:28:30 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: 24b75217f012 - main - lang/cairo: Broken on i386
Message-ID:  <202410310828.49V8SUsc017230@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=24b75217f012873a0cd53ce7e36c989ee75bf501

commit 24b75217f012873a0cd53ce7e36c989ee75bf501
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-31 08:27:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-31 08:28:19 +0000

    lang/cairo: Broken on i386
    
    Reported by:    fallout
---
 lang/cairo/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/cairo/Makefile b/lang/cairo/Makefile
index b43550707db8..7515ac445ba7 100644
--- a/lang/cairo/Makefile
+++ b/lang/cairo/Makefile
@@ -13,6 +13,8 @@ WWW=		https://www.cairo-lang.org/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: error: undefined symbol: __atomic_load
+
 BUILD_DEPENDS=	gmake:devel/gmake
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 



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