set COMPILER=base-clang; fails with ports-gcc

ld: error: undefined symbol: std::filesystem::__cxx11::path::_M_split_cmpts()
This commit is contained in:
sthen 2022-11-03 13:41:47 +00:00
parent 001c1e41aa
commit 5f94a5e59b
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets SDL2 SDL2_mixer
WANTLIB += c fontconfig freetype glib-2.0 intl jpeg m png speechd z
COMPILER = base-clang ports-gcc
# ports-gcc fails:
# ld: error: undefined symbol: std::filesystem::__cxx11::path::_M_split_cmpts()
#COMPILER = base-clang ports-gcc
COMPILER = base-clang
MODULES = devel/cmake \
x11/qt5