git: 62a169875cb0 - main - biology/mashmap: disable on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 11 Oct 2023 18:27:14 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62a169875cb03ed6ae9343377f8a0c419ede5412

commit 62a169875cb03ed6ae9343377f8a0c419ede5412
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-10 15:42:25 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:35 +0000

    biology/mashmap: disable on powerpc
---
 biology/mashmap/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/biology/mashmap/Makefile b/biology/mashmap/Makefile
index 3ec36e51e5c7..a577c407239c 100644
--- a/biology/mashmap/Makefile
+++ b/biology/mashmap/Makefile
@@ -11,6 +11,7 @@ LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	compilation fails: fatal error: unknown type name '__uint128_t'
+BROKEN_powerpc=	compilation fails: fatal error: unknown type name '__uint128_t'
 
 LIB_DEPENDS=	libgsl.so:math/gsl \
 		libhts.so:biology/htslib