From 21c4e6c5f5a9f67c0ce426562eef8c652da61237 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 27 May 2024 13:58:56 -0700 Subject: [PATCH] math/colpack: Broken on 13 armv7 Reported by: fallout (cherry picked from commit 7df21dfd51c41b9d0a310c4cbe45f969370e081b) --- 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