summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-08-23 12:09:55 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2025-08-23 12:09:55 -0700
commit618d09fd4debe1415adbf3fae262ec7be59a5760 (patch)
treeafab8099c24f5dd776d15f54c131663f728e91bf
parentgames/leela-zero: update 0.17-30 → 0.17.31; Unbreak build (diff)
devel/lace: Broken on i386
-rw-r--r--devel/lace/Makefile2
1 files changed, 2 insertions, 0 deletions
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