Date: Sat, 13 Jan 2024 01:58:20 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: f98bd5d62996 - main - biology/mashmap: Broken on armv7 Message-ID: <202401130158.40D1wKMa012075@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=f98bd5d62996912033d9ec543a776d323cd2d6d3 commit f98bd5d62996912033d9ec543a776d323cd2d6d3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-13 01:57:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-13 01:57:41 +0000 biology/mashmap: Broken on armv7 Reported by: https://portsfallout.com/ --- biology/mashmap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/mashmap/Makefile b/biology/mashmap/Makefile index eaaca49903b5..3ea631b2fb3f 100644 --- a/biology/mashmap/Makefile +++ b/biology/mashmap/Makefile @@ -10,6 +10,7 @@ WWW= https://github.com/marbl/MashMap LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= compilation fails: fatal error: unknown type name '__uint128_t' BROKEN_i386= compilation fails: fatal error: unknown type name '__uint128_t' BROKEN_powerpc= compilation fails: fatal error: unknown type name '__uint128_t'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130158.40D1wKMa012075>