git: 14bee1231b53 - main - misc/pqrs: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 09 Jan 2023 10:41:21 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14bee1231b538aae938fedcc3f113e1bbaab7a45

commit 14bee1231b538aae938fedcc3f113e1bbaab7a45
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-09 10:30:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-09 10:41:19 +0000

    misc/pqrs: Broken on i386
    
    Reported by:    fallout
---
 misc/pqrs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile
index e977a9b4ac7f..79e691169a54 100644
--- a/misc/pqrs/Makefile
+++ b/misc/pqrs/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_i386=	ld: error: undefined symbol: __atomic_load
+
 USES=		cargo
 
 USE_GITHUB=	yes