git: 711eeb3f03f5 - main - net/rabbitmqadmin: drop i386 support

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Wed, 09 Apr 2025 07:22:22 UTC
The branch main has been updated by dch:

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

commit 711eeb3f03f5e1c6d7fcef4452f137cfa33ea1e5
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-04-09 07:22:13 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-04-09 07:22:13 +0000

    net/rabbitmqadmin: drop i386 support
    
    Given this is an admin tool, just skip failing i386.
    Reported by:    pkg-fallout
    Sponsored by:   SkunkWerks, GmbH
---
 net/rabbitmqadmin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/rabbitmqadmin/Makefile b/net/rabbitmqadmin/Makefile
index e6678b3db83c..52e1e8954586 100644
--- a/net/rabbitmqadmin/Makefile
+++ b/net/rabbitmqadmin/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_i386=	compilation fails: ld: error: undefined symbol: __atomic_load
+
 USES=		cargo llvm pkgconfig ssl
 
 USE_GITHUB=	yes