diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-08 16:13:46 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-08 16:14:57 -0700 |
commit | bc9fd43343a993667b41ee5f0f17b58de67a3564 (patch) | |
tree | 3515725ac5c3ab0a19ea330fa766555c9f203b1e | |
parent | databases/py-apache-arrow: Broken on i386 (diff) |
devel/lace: Broken on armv7
Reported by: fallout
-rw-r--r-- | devel/lace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |