aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-08-25 05:51:17 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-25 05:51:59 +0000
commitbbe9e1bae5412d39289feacd2f87babbbb67f266 (patch)
treef52e310ecbea3b5556cdb51719870c5276e6df56
parent9770c6953a00d8a718f9c8dcd54704b209dc58aa (diff)
downloadports-bbe9e1bae5412d39289feacd2f87babbbb67f266.tar.gz
ports-bbe9e1bae5412d39289feacd2f87babbbb67f266.zip
devel/json-fortran: Broken on aarch64
Reported by: fallout
-rw-r--r--devel/json-fortran/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/json-fortran/Makefile b/devel/json-fortran/Makefile
index ece3f6e774d5..7bd44c111cfa 100644
--- a/devel/json-fortran/Makefile
+++ b/devel/json-fortran/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/jacobwilliams/json-fortran/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= compilation fails: Cannot find an intrinsic module named 'ieee_arithmetic'
+
USES= cmake:testing fortran
USE_GITHUB= yes