git: 192e3892b1b2 - main - editors/ox: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 19 Dec 2024 11:31:26 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=192e3892b1b2cdd2c894367681a41fcceb152359

commit 192e3892b1b2cdd2c894367681a41fcceb152359
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-19 11:30:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-19 11:30:47 +0000

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

diff --git a/editors/ox/Makefile b/editors/ox/Makefile
index 713ff4446704..a0edf12db7b5 100644
--- a/editors/ox/Makefile
+++ b/editors/ox/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/curlpipe/ox/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
+
 USES=		cargo
 
 USE_GITHUB=	yes