git: b7a5fb1f6469 - main - sysutils/process-viewer: unbreak on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:03 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7a5fb1f6469ebb03c433c6b7f009ecd3b9539f4 commit b7a5fb1f6469ebb03c433c6b7f009ecd3b9539f4 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-24 12:42:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:56:40 +0000 sysutils/process-viewer: unbreak on powerpc64le --- sysutils/process-viewer/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index e16ad02856f1..5a8238348650 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -10,8 +10,6 @@ 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