diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-27 20:58:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-27 20:58:56 +0000 |
commit | 7df21dfd51c41b9d0a310c4cbe45f969370e081b (patch) | |
tree | cc0a3c3505d8181c8f178a201076af6184e5aa22 | |
parent | 5214e6c42205281ba96573407a26619a220ad969 (diff) |
math/colpack: Broken on 13 armv7
Reported by: fallout
-rw-r--r-- | math/colpack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |