git: 8ffc591a00b9 - main - databases/galera26: i386 issue applies also to powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 9 08:55:19 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ffc591a00b9bd978332b32f7af990e21cc6d764

commit 8ffc591a00b9bd978332b32f7af990e21cc6d764
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-09 08:51:29 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-09 08:51:29 +0000

    databases/galera26: i386 issue applies also to powerpc
---
 databases/galera26/Makefile | 5 +++--
 1 file 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 \


More information about the dev-commits-ports-main mailing list