aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-03-20 19:22:20 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-03-20 19:22:20 +0000
commit89b32519261908ac8736aea774cde24a462d5a38 (patch)
tree32b4585e05d3fe00a994dab716a2ddb9874ca236 /math
parentb06576bbb36f140d6726ea72e5d0725dd1ff31f8 (diff)
downloadports-89b32519261908ac8736aea774cde24a462d5a38.tar.gz
ports-89b32519261908ac8736aea774cde24a462d5a38.zip
math/flexfloat: Broken on aarch64
Reported by: portscout
Diffstat (limited to 'math')
-rw-r--r--math/flexfloat/Makefile2
1 files changed, 2 insertions, 0 deletions
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