From 46ae846f051af6390f0f69fd93fe5b8fb702ff6e Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 3 Feb 2024 00:57:29 -0800 Subject: [PATCH] audio/surge-synthesizer-lv2: Broken on powerpc* Reported by: fallout --- audio/surge-synthesizer-lv2/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \