Date: Thu, 21 Jul 2022 20:08:42 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: e877e8294fbc - main - audio/madronalib: Broken on riscv64 Message-ID: <202207212008.26LK8glO022220@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=e877e8294fbc6c9b7a050497c1d1735941fc1a89 commit e877e8294fbc6c9b7a050497c1d1735941fc1a89 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-21 20:08:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-21 20:08:19 +0000 audio/madronalib: Broken on riscv64 Reported by: fallout --- audio/madronalib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/madronalib/Makefile b/audio/madronalib/Makefile index 5933da0961c5..d5517d7a5200 100644 --- a/audio/madronalib/Makefile +++ b/audio/madronalib/Makefile @@ -1,8 +1,8 @@ PORTNAME= madronalib DISTVERSIONPREFIX= v DISTVERSION= 1.6-1016 -PORTREVISION= 1 DISTVERSIONSUFFIX= -g103895f +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -14,6 +14,7 @@ BROKEN_aarch64= fails to build: error: unknown type name '__m128' BROKEN_armv6= fails to build: error: unknown type name '__m128' BROKEN_armv7= fails to build: error: unknown type name '__m128' BROKEN_i386= error: always_inline function '_mm_load_ps' requires target feature 'sse', but would be inlined into function 'add' that is compiled without support for 'sse' +BROKEN_riscv64= error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? LIB_DEPENDS= libjack.so:audio/jack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207212008.26LK8glO022220>