aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-08-23 20:11:21 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-08-23 20:11:21 +0000
commitfb954a17f8315b6bfa28b8840b22a2f04cb4846d (patch)
treef424be84b665c1e56c0a008628648479c034d95e
parent5819a57c325b9b7472b9c8aed53c2b0a78b5deaf (diff)
downloadports-fb954a17f8315b6bfa28b8840b22a2f04cb4846d.tar.gz
ports-fb954a17f8315b6bfa28b8840b22a2f04cb4846d.zip
science/dynare: 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.)
-rw-r--r--science/dynare/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index b330b7087826..6a0a984b908d 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= epstool:graphics/epstool \
USES= bison compiler:c++17-lang fortran gmake localbase tar:xz
USE_PDFLATEX= yes
USE_TEX= pdftex
-USE_GCC= any # clang-11 fails: error: reference to local binding 'ii1' declared in enclosing function 'ss2Iteration_pruning'
+USE_GCC= yes # clang-11 fails: error: reference to local binding 'ii1' declared in enclosing function 'ss2Iteration_pruning'
# Clang still doesn't support this c++20 feature, see https://bugs.llvm.org/show_bug.cgi?id=49238
GNU_CONFIGURE= yes