git: bbe9e1bae541 - main - devel/json-fortran: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 25 Aug 2023 05:52:02 UTC
The branch main has been updated by yuri:

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

commit bbe9e1bae5412d39289feacd2f87babbbb67f266
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-25 05:51:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-25 05:51:59 +0000

    devel/json-fortran: Broken on aarch64
    
    Reported by:    fallout
---
 devel/json-fortran/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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