From 28794c0a3cccbe2861657433d112bbd373cae3ed Mon Sep 17 00:00:00 2001 From: Skyblueborb Date: Tue, 29 Mar 2022 18:54:20 +0200 Subject: [PATCH] net-libs/webkit-gtk: Fix compilation error caused by -stdlib=libstdc++ --- sys-config/ltoize/files/package.cflags/clang.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-config/ltoize/files/package.cflags/clang.conf b/sys-config/ltoize/files/package.cflags/clang.conf index 7cc8bec4..7b45e998 100644 --- a/sys-config/ltoize/files/package.cflags/clang.conf +++ b/sys-config/ltoize/files/package.cflags/clang.conf @@ -12,5 +12,5 @@ media-libs/libglvnd LTO_FULL=1 # ld.lld: error: undefined symbol: entrypointFunc # BEGIN: Packages which require libstdc++ media-libs/exempi CXXFLAGS+=-stdlib=libstdc++ # fatal error: 'tr1/memory' file not found -net-libs/webkit-gtk CXXFLAGS+=-stdlib=libstdc++ # error: use of undeclared identifier 'LC_ALL' +#net-libs/webkit-gtk CXXFLAGS+=-stdlib=libstdc++ # error: use of undeclared identifier 'LC_ALL' # error: unrecognized command-line option ‘-stdlib=libstdc++’ # END: Packages which require libstdc++