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
commit42635447f79cf7b79caf2dcf4dc72cb084ebe4ec (patch)
tree9ee6c83f5be5c529bbf10d3b91f9519f5675e743
parent84539dae4494bda0dafedabfe90ee51fabc88959 (diff)
downloadports-42635447f79cf7b79caf2dcf4dc72cb084ebe4ec.tar.gz
ports-42635447f79cf7b79caf2dcf4dc72cb084ebe4ec.zip
audio/songrec: Broken on powerpc64le
... due to Rust compiler breakage. Reported by: fallout
-rw-r--r--audio/songrec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile
index 83946c879d70..34fc990ed943 100644
--- a/audio/songrec/Makefile
+++ b/audio/songrec/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/marin-m/SongRec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583
+
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libdbus-1.so:devel/dbus