git: 39ac58d19aba - main - biology/coverm: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 00:56:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=39ac58d19abab81cd03ca76c6ac83f4804471147 commit 39ac58d19abab81cd03ca76c6ac83f4804471147 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-16 00:56:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-16 00:56:52 +0000 biology/coverm: Broken on arm64 Reported by: fallout --- biology/coverm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/coverm/Makefile b/biology/coverm/Makefile index 1857910ba8fa..e1abf18df975 100644 --- a/biology/coverm/Makefile +++ b/biology/coverm/Makefile @@ -11,6 +11,7 @@ WWW= https://github.com/wwood/CoverM LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE.txt +BROKEN_aarch64= compilation fails, see https://github.com/wwood/CoverM/issues/234 BROKEN_i386= compilation fails, see https://github.com/wwood/CoverM/issues/227 USES= cargo