From e45628b1242a9c484c67bd4546b3966b48fb6c8f Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 2 Feb 2024 14:57:39 -0800 Subject: [PATCH] sysutils/process-viewer: Broken on powerpc64le Reported by: fallout --- sysutils/process-viewer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 65f88fe6aba2..6cb58c111d28 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/guillaumegomez/process-viewer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583 + LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene USES= cargo gnome