From e7eb7314e12ca7c3a9090c1169283cae32ff2df6 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 8 Nov 2016 03:34:45 +0000 Subject: Broken on all tier-2 archs. --- devel/libhoard/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'devel') 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 -- cgit