diff --git a/math/colpack/Makefile b/math/colpack/Makefile index cfdde5749d16..a91e97f8cc39 100644 --- a/math/colpack/Makefile +++ b/math/colpack/Makefile @@ -1,30 +1,32 @@ PORTNAME= colpack DISTVERSIONPREFIX= v DISTVERSION= 1.0.10-249 PORTREVISION= 1 DISTVERSIONSUFFIX= -g9a7293a CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Graph Coloring Algorithm Package 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 USE_GITHUB= yes GH_ACCOUNT= CSCsw GH_PROJECT= ColPack CMAKE_SOURCE_PATH= ${WRKSRC}/build/cmake .if !exists(/usr/include/omp.h) USES+= compiler:gcc-c++11-lib .else USES+= compiler:c++11-lang .endif .include