aboutsummaryrefslogtreecommitdiff
path: root/databases/galera26/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-09 08:51:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-09 08:51:29 +0000
commit8ffc591a00b9bd978332b32f7af990e21cc6d764 (patch)
tree30d220a01eb9397ac8d108d1d803bac91bedf853 /databases/galera26/Makefile
parent77a6e3930528150f307396f2fa7a4a164d01e92c (diff)
Diffstat (limited to 'databases/galera26/Makefile')
-rw-r--r--databases/galera26/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/galera26/Makefile b/databases/galera26/Makefile
index 037efa54b25b..5d6a9c489234 100644
--- a/databases/galera26/Makefile
+++ b/databases/galera26/Makefile
@@ -12,8 +12,8 @@ COMMENT= Synchronous multi-master replication engine
LICENSE= GPLv2
-NOT_FOR_ARCHS= i386
-# On i386 older versions of clang produce:
+NOT_FOR_ARCHS= i386 powerpc
+# On i386 or powerpc 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
# undefined reference at link time:
@@ -22,6 +22,7 @@ NOT_FOR_ARCHS= i386
# https://bugs.llvm.org//show_bug.cgi?id=24908
# https://tracker.crystax.net/issues/1263
NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
+NOT_FOR_ARCHS_REASON_powerpc=Uses 64 bit atomics that clang cannot generate on powerpc
BUILD_DEPENDS= checkmk:devel/check \
${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \