git: bc9fd43343a9 - main - devel/lace: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 08 Sep 2025 23:15:01 UTC
The branch main has been updated by yuri:

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

commit bc9fd43343a993667b41ee5f0f17b58de67a3564
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-08 23:13:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-08 23:14:57 +0000

    devel/lace: Broken on armv7
    
    Reported by:    fallout
---
 devel/lace/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/lace/Makefile b/devel/lace/Makefile
index d9467c428a23..ca5a764dae84 100644
--- a/devel/lace/Makefile
+++ b/devel/lace/Makefile
@@ -12,6 +12,7 @@ WWW=		https://github.com/trolando/lace
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	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
 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