git: 89b325192619 - main - math/flexfloat: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 20 Mar 2022 19:23:04 UTC
The branch main has been updated by yuri:

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

commit 89b32519261908ac8736aea774cde24a462d5a38
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-20 19:22:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-20 19:22:20 +0000

    math/flexfloat: Broken on aarch64
    
    Reported by:    portscout
---
 math/flexfloat/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile
index d894ab36e4f8..7a30ad98a979 100644
--- a/math/flexfloat/Makefile
+++ b/math/flexfloat/Makefile
@@ -8,6 +8,8 @@ COMMENT=	C library for the emulation of reduced-precision floating point types
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	unknown type name '__float128'; did you mean '_Float128'?
+
 USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	oprecomp