diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 11:34:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 11:34:45 +0800 |
commit | e7eb7314e12ca7c3a9090c1169283cae32ff2df6 (patch) | |
tree | c0a3786e70f999b2d4990bf4aa31f8aa5b34d172 /devel | |
parent | fe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |