aboutsummaryrefslogtreecommitdiff
path: root/audio/sfizz/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-05 08:23:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-05 08:23:14 +0000
commitc474722de507b95d69e3f72f2883c04331a44eb4 (patch)
tree6e9b0f26d3e389686700f91a9bbdc02a4c101b2c /audio/sfizz/Makefile
parente7ff6cab99bef4864d89c8a2af918606ca4012d7 (diff)
downloadports-c474722de507b95d69e3f72f2883c04331a44eb4.tar.gz
ports-c474722de507b95d69e3f72f2883c04331a44eb4.zip
audio/sfizz: Correct BROKEN line
Diffstat (limited to 'audio/sfizz/Makefile')
-rw-r--r--audio/sfizz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index e46d58b170d2..ff30630f8578 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -8,7 +8,7 @@ COMMENT= SFZ parser and synth C++ library & LV2/VST3 plugins
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_arm64= fails to compile: fatal error: 'linux/auxvec.h' file not found, see https://github.com/sfztools/sfizz/issues/1118
+BROKEN_aarch64= fails to compile: fatal error: 'linux/auxvec.h' file not found, see https://github.com/sfztools/sfizz/issues/1118
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