From 5f94a5e59b0996db1ab4d7265ba3405b385bc8ea Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 3 Nov 2022 13:41:47 +0000 Subject: [PATCH] set COMPILER=base-clang; fails with ports-gcc ld: error: undefined symbol: std::filesystem::__cxx11::path::_M_split_cmpts() --- games/gargoyle/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games/gargoyle/Makefile b/games/gargoyle/Makefile index 9190911230e..bea33b227d9 100644 --- a/games/gargoyle/Makefile +++ b/games/gargoyle/Makefile @@ -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