aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-02 18:25:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-02 18:35:29 +0000
commit691ca244bdd9221f3f440f26450b59491126db50 (patch)
tree52ceb9b8db825b6aa36955f48517d0bb8cb2524f
parent76d979921eb16ba2668ed476959a019a37b6c57b (diff)
downloadports-691ca244bdd9221f3f440f26450b59491126db50.tar.gz
ports-691ca244bdd9221f3f440f26450b59491126db50.zip
audio/sfizz: Broken on armv6, armv7
Reported by: fallout
-rw-r--r--audio/sfizz/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index 31a3a62ad7f1..d00cbc0f0d46 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -8,8 +8,10 @@ COMMENT= SFZ parser and synth C++ library & LV2/VST3 plugins
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_riscv64= fails to compile: src/external/atomic_queue/defs.h:45:2: Unknown CPU architecture
+BROKEN_armv6= fails to compile: src/external/cpuid/src/cpuid/detail/init_linux_gcc_arm.hpp: unknown type name 'Elf32_auxv_t', see https://github.com/sfztools/sfizz/issues/1116
+BROKEN_armv7= fails to compile: src/external/cpuid/src/cpuid/detail/init_linux_gcc_arm.hpp: unknown type name 'Elf32_auxv_t', see https://github.com/sfztools/sfizz/issues/1116
BROKEN_i386= fails to compile: unknown type name 'Elf64_Auxinfo', see https://github.com/sfztools/sfizz/issues/1110
+BROKEN_riscv64= fails to compile: src/external/atomic_queue/defs.h:45:2: Unknown CPU architecture
LIB_DEPENDS= libsndfile.so:audio/libsndfile
RUN_DEPENDS= zenity:x11/zenity