1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

audio/surge-synthesizer-lv2: Broken on powerpc*

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-02-03 00:57:29 -08:00
parent 691fc30adb
commit 46ae846f05

View File

@ -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 \