aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-08 11:34:45 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-08 11:34:45 +0800
commite7eb7314e12ca7c3a9090c1169283cae32ff2df6 (patch)
treec0a3786e70f999b2d4990bf4aa31f8aa5b34d172 /devel
parentfe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0 (diff)
downloadfreebsd-ports-gnome-e7eb7314e12ca7c3a9090c1169283cae32ff2df6.tar.gz
freebsd-ports-gnome-e7eb7314e12ca7c3a9090c1169283cae32ff2df6.tar.zst
freebsd-ports-gnome-e7eb7314e12ca7c3a9090c1169283cae32ff2df6.zip
Broken on all tier-2 archs.
Diffstat (limited to 'devel')
-rw-r--r--devel/libhoard/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libhoard/Makefile b/devel/libhoard/Makefile
index 02166afac942..1ce7af429903 100644
--- a/devel/libhoard/Makefile
+++ b/devel/libhoard/Makefile
@@ -13,10 +13,11 @@ COMMENT= Fast, scalable, and memory-efficient allocator for MP
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../COPYING
+BROKEN_arm64= no spin lock implementation is available for this platform
+BROKEN_mips= no spin lock implementation is available for this platform
+BROKEN_mips64= no spin lock implementation is available for this platform
BROKEN_powerpc64= Does not build
-
-BROKEN_mips= no spin lock implementation is available for this platform
-BROKEN_mips64= no spin lock implementation is available for this platform
+BROKEN_sparc64= Does not build
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/Hoard/src