From f98bd5d62996912033d9ec543a776d323cd2d6d3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 12 Jan 2024 17:57:41 -0800 Subject: [PATCH] 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'