aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-03 08:57:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-03 08:57:57 +0000
commit46ae846f051af6390f0f69fd93fe5b8fb702ff6e (patch)
treee983fa23b71a01bde8b038e04d9b267e1932ad11
parent691fc30adb448a0817c946645086d17cb563a1ee (diff)
downloadports-46ae846f051af6390f0f69fd93fe5b8fb702ff6e.tar.gz
ports-46ae846f051af6390f0f69fd93fe5b8fb702ff6e.zip
audio/surge-synthesizer-lv2: Broken on powerpc*
Reported by: fallout
-rw-r--r--audio/surge-synthesizer-lv2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile
index 6cc93ea26e80..66fc884e3538 100644
--- a/audio/surge-synthesizer-lv2/Makefile
+++ b/audio/surge-synthesizer-lv2/Makefile
@@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= error: use of undeclared identifier '__builtin_ia32_packssdw'
BROKEN_armv6= emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64, see https://github.com/surge-synthesizer/surge/issues/6418
BROKEN_armv7= emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64, see https://github.com/surge-synthesizer/surge/issues/6418
+BROKEN_powerpc= compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
+BROKEN_powerpc64= compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
+BROKEN_powerpc64le= compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
BROKEN_riscv64= error: functions that differ only in their return type cannot be overloaded - simde-related, see https://github.com/simd-everywhere/simde/issues/962
BUILD_DEPENDS= lv2>0:audio/lv2 \