git: f7e90e1070aa - main - databases/keydb: disable on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:01:15 UTC
The branch main has been updated by pkubaj:

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

commit f7e90e1070aa18b819f2c6ff46421dfeb8d3c7e7
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-30 21:09:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:31 +0000

    databases/keydb: disable on powerpc
    
    Same issue as on i386.
---
 databases/keydb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/keydb/Makefile b/databases/keydb/Makefile
index 6b17a882faa6..a638ccd58ae2 100644
--- a/databases/keydb/Makefile
+++ b/databases/keydb/Makefile
@@ -11,6 +11,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
+BROKEN_powerpc=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
 		liblz4.so:archivers/liblz4 \