diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-22 06:23:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-22 06:23:11 +0800 |
commit | 2a8d46a684f1e2a33977b8afa4728793871ff742 (patch) | |
tree | 1ae07e4b1724dde5d1e4614da2d146c88e713bea | |
parent | b2c2fcc768071126238f697723051256aac7e4ed (diff) | |
download | freebsd-ports-gnome-2a8d46a684f1e2a33977b8afa4728793871ff742.tar.gz freebsd-ports-gnome-2a8d46a684f1e2a33977b8afa4728793871ff742.tar.zst freebsd-ports-gnome-2a8d46a684f1e2a33977b8afa4728793871ff742.zip |
Mark as broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
-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 |