1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

science/dynare: Replace USE_GCC=any with USE_GCC=yes

Since commit 96c17633d9 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.)
This commit is contained in:
Gerald Pfeifer 2021-08-23 20:11:21 +00:00
parent 5819a57c32
commit fb954a17f8

View File

@ -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