git: 691ca244bdd9 - main - audio/sfizz: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 18:35:58 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=691ca244bdd9221f3f440f26450b59491126db50
commit 691ca244bdd9221f3f440f26450b59491126db50
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-02 18:25:50 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-02 18:35:29 +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 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