git: 7df21dfd51c4 - main - math/colpack: Broken on 13 armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 May 2024 20:59:21 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7df21dfd51c41b9d0a310c4cbe45f969370e081b commit 7df21dfd51c41b9d0a310c4cbe45f969370e081b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-27 20:58:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-27 20:58:56 +0000 math/colpack: Broken on 13 armv7 Reported by: fallout --- math/colpack/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/colpack/Makefile b/math/colpack/Makefile index cfdde5749d16..a91e97f8cc39 100644 --- a/math/colpack/Makefile +++ b/math/colpack/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/CSCsw/ColPack LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13_armv7= compilation fails: error: expected identifier before '__is_convertible' + USES= cmake USE_LDCONFIG= yes