git: 68c7a1a0439e - 2024Q1 - x11/eww: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 21:52:22 UTC
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=68c7a1a0439e6d722e1b03f2ef73551f8190e5de commit 68c7a1a0439e6d722e1b03f2ef73551f8190e5de Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-02 21:51:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-02 21:52:17 +0000 x11/eww: Broken on powerpc64le Reported by: fallout (cherry picked from commit b40f58a980ac0a77f06f8fb028c5892c1ec35c49) --- x11/eww/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11/eww/Makefile b/x11/eww/Makefile index 63985d3e7887..9317928fa7da 100644 --- a/x11/eww/Makefile +++ b/x11/eww/Makefile @@ -16,6 +16,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= mismatched types: expected \`i32\`, found \`i64\` +BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583 FLAVORS= x11 wayland wayland_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell