aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-06-25 07:49:14 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-06-26 12:13:55 +0000
commit4851d5e032fbe1e6f1a6fe32aa32783c0c50205f (patch)
tree5c398d17fdd74a94ea3e101453e2f2e591acf9d8 /databases
parent9fc88e4d69ecde19d6ce4dec86b80d15e0a0f050 (diff)
Diffstat (limited to 'databases')
-rw-r--r--databases/keydb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/keydb/Makefile b/databases/keydb/Makefile
index 849a80598480..f93f54065942 100644
--- a/databases/keydb/Makefile
+++ b/databases/keydb/Makefile
@@ -11,8 +11,8 @@ WWW= https://docs.keydb.dev/
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),"")
+NOT_FOR_ARCHS= armv7 i386 powerpc
+NOT_FOR_ARCHS_REASON= assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
LIB_DEPENDS= libuuid.so:misc/libuuid \
liblz4.so:archivers/liblz4 \