git: d6f3149c7995 - 2022Q3 - audio/sfizz: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Aug 2022 19:46:49 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6f3149c7995ccbe1e89602b32f1ea9354715f81 commit d6f3149c7995ccbe1e89602b32f1ea9354715f81 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-11 19:46:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-11 19:46:34 +0000 audio/sfizz: Broken on armv6, armv7 Reported by: fallout --- audio/sfizz/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile index 80f47c7b09ca..9d11b349ced6 100644 --- a/audio/sfizz/Makefile +++ b/audio/sfizz/Makefile @@ -9,7 +9,9 @@ COMMENT= SFZ parser and synth C++ library & LV2/VST3 plugins LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -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_riscv64= fails to compile: src/external/atomic_queue/defs.h:45:2: Unknown CPU architecture LIB_DEPENDS= libsndfile.so:audio/libsndfile