aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-02 14:58:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-02 17:38:21 +0000
commit84539dae4494bda0dafedabfe90ee51fabc88959 (patch)
treeca27b01a13f2063d582c124946ac5d73bd0efa78
parent1a340ba00963325261a93cded289c50905dbb1df (diff)
downloadports-84539dae4494bda0dafedabfe90ee51fabc88959.tar.gz
ports-84539dae4494bda0dafedabfe90ee51fabc88959.zip
audio/myxer: Broken on powerpc64le
... due to Rust compiler breakage. Reported by: fallout
-rw-r--r--audio/myxer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile
index 91890691cf23..2dacca513826 100644
--- a/audio/myxer/Makefile
+++ b/audio/myxer/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/Aurailus/Myxer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583
+
LIB_DEPENDS= libpulse.so:audio/pulseaudio
USES= cargo gnome