git: 6c740fac29d5 - main - finance/hyperswitch: broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 23 Dec 2024 00:26:33 UTC
The branch main has been updated by yuri:

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

commit 6c740fac29d520def395192cd029e01c8ccaef62
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-23 00:26:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-23 00:26:07 +0000

    finance/hyperswitch: broken on armv7
    
    Reported by:    fallout
---
 finance/hyperswitch/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/finance/hyperswitch/Makefile b/finance/hyperswitch/Makefile
index b19f3dc61383..5ff6028d1945 100644
--- a/finance/hyperswitch/Makefile
+++ b/finance/hyperswitch/Makefile
@@ -11,6 +11,7 @@ WWW=		https://hyperswitch.io/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic`
 BROKEN_i386=	compilation fails: error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic`
 
 LIB_DEPENDS=	librdkafka.so:net/librdkafka \