Date: Sun, 28 Apr 2024 08:42:33 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c8870bb44bb2 - 2024Q2 - finance/hyperswitch: Broken on i386 Message-ID: <202404280842.43S8gX59043514@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8870bb44bb224fe0adafc0f3ad2fe8c45c597e9 commit c8870bb44bb224fe0adafc0f3ad2fe8c45c597e9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-28 08:41:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-28 08:42:26 +0000 finance/hyperswitch: Broken on i386 Reported by: fallout (cherry picked from commit 85145d134155222e2525eb9ea2dd63579bef615b) --- finance/hyperswitch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/finance/hyperswitch/Makefile b/finance/hyperswitch/Makefile index 91295f5631f5..200543d35e99 100644 --- a/finance/hyperswitch/Makefile +++ b/finance/hyperswitch/Makefile @@ -11,6 +11,8 @@ WWW= https://hyperswitch.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic` + LIB_DEPENDS= librdkafka.so:net/librdkafka \ libzstd.so:archivers/zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404280842.43S8gX59043514>