git: a47d034514a4 - main - biology/kmcp: Broken on i386 and arm64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Aug 2022 06:10:05 UTC
The branch main has been updated by yuri:

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

commit a47d034514a4f91ed9c35ce0798ccd02dfd140cc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-15 06:09:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-15 06:09:12 +0000

    biology/kmcp: Broken on i386 and arm64
    
    Reported by:    fallout
---
 biology/kmcp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/kmcp/Makefile b/biology/kmcp/Makefile
index 959cdf4e4732..52d5e4a06ecb 100644
--- a/biology/kmcp/Makefile
+++ b/biology/kmcp/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Accurate metagenomic profiling & fast large-scale genome searching
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	undefined: andInplaceFuncs, undefined: andFuncs, see https://github.com/shenwei356/pand/issues/4
+BROKEN_i386=	undefined: andInplaceFuncs, undefined: andFuncs, see https://github.com/shenwei356/pand/issues/4
+
 USES=		go:modules
 
 USE_GITHUB=	yes