Date: Sun, 24 Jul 2022 19:10:43 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6d94d294beb - main - audio/surge-synthesizer-lv2: Broken on armv6, armv7 Message-ID: <202207241910.26OJAhax001381@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6d94d294beb7806f39a50575b7ebe3283fa4286 commit b6d94d294beb7806f39a50575b7ebe3283fa4286 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-24 19:09:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-24 19:09:59 +0000 audio/surge-synthesizer-lv2: Broken on armv6, armv7 Reported by: fallout --- audio/surge-synthesizer-lv2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile index 1ff9af045cb0..241c67c948e3 100644 --- a/audio/surge-synthesizer-lv2/Makefile +++ b/audio/surge-synthesizer-lv2/Makefile @@ -11,6 +11,8 @@ LICENSE= GPLv3 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_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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207241910.26OJAhax001381>