diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-20 12:22:20 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-20 12:22:20 -0700 |
commit | 89b32519261908ac8736aea774cde24a462d5a38 (patch) | |
tree | 32b4585e05d3fe00a994dab716a2ddb9874ca236 | |
parent | b06576bbb36f140d6726ea72e5d0725dd1ff31f8 (diff) | |
download | freebsd-ports-89b32519261908ac8736aea774cde24a462d5a38.zip |
math/flexfloat: Broken on aarch64
Reported by: portscout
-rw-r--r-- | math/flexfloat/Makefile | 2 |
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 |