git: 293343cc113e - main - biology/coverm: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 18:31:41 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=293343cc113eb2f5e82a0a47f35d75eccc89fb58 commit 293343cc113eb2f5e82a0a47f35d75eccc89fb58 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-06 18:25:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-06 18:31:38 +0000 biology/coverm: Broken on i386 Reported by: fallout --- biology/coverm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/coverm/Makefile b/biology/coverm/Makefile index 21f7c13e359e..2be7ff27df5f 100644 --- a/biology/coverm/Makefile +++ b/biology/coverm/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/wwood/CoverM LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE.txt +BROKEN_i386= compilation fails, see https://github.com/wwood/CoverM/issues/227 + USES= cargo USE_GITHUB= yes