aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-02 22:57:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-02 22:57:39 +0000
commite45628b1242a9c484c67bd4546b3966b48fb6c8f (patch)
treef9ee97b8da8aedd9f1860548f37c6376e0720fd1
parent0263da88948f522d689698869c9e4cc58837100e (diff)
downloadports-e45628b1242a9c484c67bd4546b3966b48fb6c8f.tar.gz
ports-e45628b1242a9c484c67bd4546b3966b48fb6c8f.zip
sysutils/process-viewer: Broken on powerpc64le
Reported by: fallout
-rw-r--r--sysutils/process-viewer/Makefile2
1 files changed, 2 insertions, 0 deletions
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