Date: Thu, 21 Jul 2022 20:06:25 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 5077dc74b11d - 2022Q3 - audio/lv2lint: Broken on riscv64 Message-ID: <202207212006.26LK6PgY021945@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5077dc74b11d79b0ea9512bab3cdc36d2f86126c commit 5077dc74b11d79b0ea9512bab3cdc36d2f86126c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-21 20:05:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-21 20:06:16 +0000 audio/lv2lint: Broken on riscv64 Reported by: fallout (cherry picked from commit fe306252999f402d546dc936699f2169d9e1d60f) --- audio/lv2lint/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/lv2lint/Makefile b/audio/lv2lint/Makefile index 5978f48d7e65..cfbf29d709b8 100644 --- a/audio/lv2lint/Makefile +++ b/audio/lv2lint/Makefile @@ -8,6 +8,8 @@ COMMENT= Check whether a given LV2 plugin is up to the specification LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSES/Artistic-2.0.txt +BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI + BUILD_DEPENDS= lv2>0:audio/lv2 \ curl>0:ftp/curl \ libelf>0:devel/libelf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207212006.26LK6PgY021945>