Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 18:27:14 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62a169875cb0 - main - biology/mashmap: disable on powerpc
Message-ID:  <202310111827.39BIRECK091331@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310111827.39BIRECK091331>