git: 140bffac8ce9 - main - math/flexfloat: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 08 Aug 2022 03:59:45 UTC
The branch main has been updated by yuri:

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

commit 140bffac8ce95d4d7cc8d4e230ac2f2b23458888
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-08 03:59:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-08 03:59:19 +0000

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

diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile
index 7a30ad98a979..bc7a04814b68 100644
--- a/math/flexfloat/Makefile
+++ b/math/flexfloat/Makefile
@@ -9,6 +9,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	unknown type name '__float128'; did you mean '_Float128'?
+BROKEN_armv7=	unknown type name '__float128'; did you mean '_Float128'?
 
 USES=		cmake
 USE_GITHUB=	yes