Date: Mon, 23 Dec 2024 00:26:33 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6c740fac29d5 - main - finance/hyperswitch: broken on armv7 Message-ID: <202412230026.4BN0QXcG091431@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412230026.4BN0QXcG091431>
