git: 19ca36ff3f35 - main - devel/fbthrift: Broken on arm64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 11 Oct 2024 10:23:57 UTC
The branch main has been updated by yuri:

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

commit 19ca36ff3f35e0c36c7f82ded77496415d7fe0ef
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-11 04:40:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-11 10:23:54 +0000

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

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 9cb46036605d..14b2b2fa8142 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/facebook/fbthrift
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails, see https://github.com/facebook/fbthrift/issues/623
+
 BUILD_DEPENDS=	range-v3>0:devel/range-v3
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libbzip2.so:misc/vxl \