aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-28 00:02:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-28 00:03:14 +0000
commitaa1ca809e9e8d6043a0b846155217be517ea3018 (patch)
treec580338ad5c5dcd8b7d9e5e06329c1d7a91d2572
parented2471eb113a28112b33111fd0c53f1ee554c2f0 (diff)
downloadports-aa1ca809e9e8d6043a0b846155217be517ea3018.tar.gz
ports-aa1ca809e9e8d6043a0b846155217be517ea3018.zip
math/apron: Broken on aarch64
Reported by: fallout (cherry picked from commit c39ad8950962df42166007f980365d88742480f9)
-rw-r--r--math/apron/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/apron/Makefile b/math/apron/Makefile
index 47fb5b485b7f..b83881e6cb30 100644
--- a/math/apron/Makefile
+++ b/math/apron/Makefile
@@ -9,6 +9,7 @@ COMMENT= APRON numerical abstract domain library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= uses deprecated fpsetround(3) that isn't even defined on arm64, see https://github.com/antoinemine/apron/issues/47
BROKEN_armv6= uses deprecated fpsetround(3) that isn't even defined on armv6, see https://github.com/antoinemine/apron/issues/47
BROKEN_armv7= uses deprecated fpsetround(3) that isn't even defined on armv7, see https://github.com/antoinemine/apron/issues/47
BROKEN_riscv64= uses deprecated fpsetround(3) that isn't even defined on riscv64, see https://github.com/antoinemine/apron/issues/47