Make this work with gcc15

Remove base-gcc from COMPILER, replace the CXXFLAGS_base-clang with
CXXFLAGS so that the right -std=c++XY is passed to the compiler since
in most cases the c++ needs to be downgraded to make the code compile.

OK sthen@ tb@
This commit is contained in:
claudio
2025-12-04 07:48:02 +00:00
parent c359e4ff9e
commit e3d2d4cdf2
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ HOMEPAGE= https://jlint.sourceforge.net/
PERMIT_PACKAGE= Yes
WANTLIB= c z m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
CXXFLAGS_base-clang = -std=c++14
COMPILER = base-clang ports-gcc
CXXFLAGS = -std=c++14
SITES= ${SITE_SOURCEFORGE:=jlint/}