diff options
Diffstat (limited to 'devel/lace')
-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 |