aboutsummaryrefslogtreecommitdiff
path: root/math/cado-nfs/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-08-24 06:53:58 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-08-24 06:53:58 +0000
commit42db3560ac768eab87b11e9e80c0041a07b02847 (patch)
tree99001c11248a587f5f043df0bdfa25701d62b1d1 /math/cado-nfs/Makefile
parent6aba074a1d01eb23f4bf5e7cb8c6075fdea3f41c (diff)
downloadports-42db3560ac768eab87b11e9e80c0041a07b02847.tar.gz
ports-42db3560ac768eab87b11e9e80c0041a07b02847.zip
math/cado-nfs: Replace USE_GCC=any with USE_GCC=yes
Since commit 96c17633d90386b5bcf8637bcba99a677184db85 in May 2021 USE_GCC=any is just an old (and odd) way of writing USE_GCC=yes and was deprecated even before. Replace it with USE_GCC=yes. (Ideally USE_GCC was not necessary at all; ports should be converted away from it.)
Diffstat (limited to 'math/cado-nfs/Makefile')
-rw-r--r--math/cado-nfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile
index 8e283e998842..f77833c60ed6 100644
--- a/math/cado-nfs/Makefile
+++ b/math/cado-nfs/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libecm.so:math/gmp-ecm \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USES= cmake:noninja compiler:c++11-lang perl5 python shebangfix # noninja because: bad $-escape (literal $ must be written as $$)
-USE_GCC= any # fails in clang-11 with various STL and C++ errors. Reported to the upstream author Emmanuel Thomé on 2021-08-13.
+USE_GCC= yes # fails in clang-11 with various STL and C++ errors. Reported to the upstream author Emmanuel Thomé on 2021-08-13.
USE_GITLAB= yes
GL_SITE= https://gitlab.inria.fr