diff options
-rw-r--r-- | databases/galera/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |