git: fe306252999f - main - audio/lv2lint: Broken on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Jul 2022 20:05:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe306252999f402d546dc936699f2169d9e1d60f commit fe306252999f402d546dc936699f2169d9e1d60f 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:05:32 +0000 audio/lv2lint: Broken on riscv64 Reported by: fallout --- 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