git: bbdbd136b5b9 - main - devel/py-rapidfuzz: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 08 May 2022 18:44:21 UTC
The branch main has been updated by yuri:

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

commit bbdbd136b5b97a37167494d584af4b651bff8829
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-08 18:43:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-08 18:43:48 +0000

    devel/py-rapidfuzz: Broken on aarch64
    
    Reported by:    fallout
---
 devel/py-rapidfuzz/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-rapidfuzz/Makefile b/devel/py-rapidfuzz/Makefile
index aca9b9b75a25..fb05a42eda47 100644
--- a/devel/py-rapidfuzz/Makefile
+++ b/devel/py-rapidfuzz/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Rapid fuzzy string matching in Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	An error occurred while building with CMake. https://github.com/maxbachmann/RapidFuzz/issues/215
+
 BUILD_DEPENDS=	cmake:devel/cmake \
 		ninja:devel/ninja \
 		jarowinkler-cpp>0:textproc/jarowinkler-cpp \