git: a453880436d0 - main - devel/lace: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 29 Mar 2025 05:58:59 UTC
The branch main has been updated by yuri:

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

commit a453880436d062b78a20fbfa000aa77bcec737c5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-29 05:49:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-29 05:58:47 +0000

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

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