git: 3248f3e772c1 - main - textproc/toml-f: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Aug 2022 06:01:00 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3248f3e772c1d3b7c24035d47c4a46584dc0e928 commit 3248f3e772c1d3b7c24035d47c4a46584dc0e928 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-15 06:00:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-15 06:00:15 +0000 textproc/toml-f: Broken on arm64 Reported by: fallout --- textproc/toml-f/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/toml-f/Makefile b/textproc/toml-f/Makefile index dca5d918e27b..bbcb8885878b 100644 --- a/textproc/toml-f/Makefile +++ b/textproc/toml-f/Makefile @@ -9,6 +9,8 @@ COMMENT= TOML parser for data serialization and deserialization in Fortran LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT +BROKEN_aarch64= cannot find an intrinsic module named 'ieee_arithmetic' + USES= cmake:testing fortran USE_GITHUB= yes USE_LDCONFIG= yes