git: 618d09fd4deb - main - devel/lace: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 23 Aug 2025 19:10:14 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=618d09fd4debe1415adbf3fae262ec7be59a5760

commit 618d09fd4debe1415adbf3fae262ec7be59a5760
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-23 19:09:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-23 19:09:55 +0000

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

diff --git a/devel/lace/Makefile b/devel/lace/Makefile
index d239f4190fb4..d9467c428a23 100644
--- a/devel/lace/Makefile
+++ b/devel/lace/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/trolando/lace
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: error: static assertion failed due to requirement '(sizeof(struct _lace_task) % 64) == 0': lace_task size should be a multiple of LACE_CACHE_LINE_SIZE
+
 USES=		cmake:testing
 
 USE_GITHUB=	yes