git: 4a776b41193b - main - editors/ox: same issue on powerpc as on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:53 UTC
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