aboutsummaryrefslogtreecommitdiff
path: root/databases/galera
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-02 15:49:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-02 15:49:34 +0000
commit4ba19e7015058f9286be931cfdf7e35a16f56cca (patch)
tree543af2b67a881ad3a20085f3672b1439334e6a56 /databases/galera
parentfabea6b246ec169649b27f17849858e8d8d5622a (diff)
Notes
Diffstat (limited to 'databases/galera')
-rw-r--r--databases/galera/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/galera/Makefile b/databases/galera/Makefile
index c6192b6f9450..a911728ec05e 100644
--- a/databases/galera/Makefile
+++ b/databases/galera/Makefile
@@ -15,7 +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
-NOT_FOR_ARCHS= i386
+BROKEN_powerpc64= fails to compile: gu_atomic.h: This GCC version does not support 8-byte atomics on this platform. Use GCC >= 4.7.x
+NOT_FOR_ARCHS= i386
# On i386 older versions of clang produce:
# cannot compile this atomic library call yet ... __atomic_add_fetch
# whereas newer ones generate a call to __atomic_add_fetch which ends up with