git: 2d6c899733b1 - main - devel/fbthrift: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 22 Dec 2024 09:26:11 UTC
The branch main has been updated by yuri:

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

commit 2d6c899733b151980d6ce6c6e9bc9313ac0fdd68
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-22 04:15:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-22 09:26:03 +0000

    devel/fbthrift: Broken on armv7
    
    Reported by:    fallout
---
 devel/fbthrift/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 939a16773da0..2fded9592590 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -11,6 +11,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	compilation fails, see https://github.com/facebook/fbthrift/issues/623
+BROKEN_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283484
 
 BUILD_DEPENDS=	range-v3>0:devel/range-v3
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \