From 2a8d46a684f1e2a33977b8afa4728793871ff742 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 21 Jun 2017 22:23:11 +0000 Subject: Mark as broken on aarch64 and armv6. Approved by: portmgr (tier-2 blanket) --- databases/galera/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/galera/Makefile b/databases/galera/Makefile index f2e1bc0be469..410ffa267b21 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= checkmk:devel/check \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_date_time.so:devel/boost-libs +BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' +BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' NOT_FOR_ARCHS= i386 # On i386 older versions of clang produce: # cannot compile this atomic library call yet ... __atomic_add_fetch -- cgit