aboutsummaryrefslogtreecommitdiff
path: root/devel/concurrencykit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/concurrencykit/Makefile')
-rw-r--r--devel/concurrencykit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/concurrencykit/Makefile b/devel/concurrencykit/Makefile
index e169816551a0..697ea9223144 100644
--- a/devel/concurrencykit/Makefile
+++ b/devel/concurrencykit/Makefile
@@ -14,9 +14,10 @@ COMMENT= Lock-free data structures for high performance concurrent systems
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 powerpc powerpc64 sparc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 sparc64
BROKEN_aarch64= Fails to configure: Detecting machine architecture...failed [unsupported]
BROKEN_armv6= Fails to configure: Finding suitable compiler........failed [not found]
+BROKEN_armv7= Fails to configure: Finding suitable compiler........failed [not found]
OPTIONS_DEFINE= RTM VMAPACK
OPTIONS_DEFAULT= VMAPACK