mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
+2
-2
@@ -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/}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user