git: 001f403644c5 - main - x11/rlaunch: Broken on i386

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=001f403644c5ceffcabad874c6b488faed320fb4

commit 001f403644c5ceffcabad874c6b488faed320fb4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-16 10:13:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-16 10:14:01 +0000

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

diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile
index d7ecf21ec89a..9c2850ac10b9 100644
--- a/x11/rlaunch/Makefile
+++ b/x11/rlaunch/Makefile
@@ -13,6 +13,8 @@ WWW=		https://github.com/PonasKovas/rlaunch
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails, see https://github.com/PonasKovas/rlaunch/issues/16
+
 USES=		cargo
 
 USE_GITHUB=	yes