use -std=c++14 for base-clang to unbreak with clang16

This commit is contained in:
robert
2023-11-15 19:28:11 +00:00
parent 1c3f792262
commit bf3b019814
+2
View File
@@ -28,6 +28,8 @@ WANTLIB += ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
CXXFLAGS_base-clang = -std=c++14
LIB_DEPENDS= devel/sdl \
devel/sdl-gfx \
graphics/jpeg \