Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 21:43:53 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4a776b41193b - main - editors/ox: same issue on powerpc as on i386
Message-ID:  <202501122143.50CLhrcY098751@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a776b41193b7dd8f0739b31e19e003ab8bb0594

commit 4a776b41193b7dd8f0739b31e19e003ab8bb0594
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-12 16:32:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:41:59 +0000

    editors/ox: same issue on powerpc as on i386
---
 editors/ox/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/ox/Makefile b/editors/ox/Makefile
index b8ac41d61e70..71e618556d38 100644
--- a/editors/ox/Makefile
+++ b/editors/ox/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
 BROKEN_i386=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
+BROKEN_powerpc=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
 
 USES=		cargo
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhrcY098751>