git: 9392db235120 - main - misc/aichat: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 28 Mar 2024 17:52:27 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9392db23512023d67befab94744990efabac0603

commit 9392db23512023d67befab94744990efabac0603
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-28 17:52:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-28 17:52:01 +0000

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

diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile
index 04084d2c710d..90f2bda3fdbe 100644
--- a/misc/aichat/Makefile
+++ b/misc/aichat/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_i386=	compilation fails: evaluation of constant value failed, see https://github.com/briansmith/ring/issues/2006
+
 LIB_DEPENDS=	libonig.so:devel/oniguruma
 
 USES=		cargo