aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-12-19 11:30:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-12-19 11:30:47 +0000
commit192e3892b1b2cdd2c894367681a41fcceb152359 (patch)
treeabfb75dfe8f0497cf1618639af78a63c63ec29b9
parent3ea6e567b4ee9c25c8958d901b5cdd24fd281cc2 (diff)
editors/ox: Broken on i386
Reported by: fallout
-rw-r--r--editors/ox/Makefile2
1 files changed, 2 insertions, 0 deletions
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