summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-01-11 19:31:06 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-01-11 19:31:06 -0500
commit3be36c1bc096aa2f50d39a090924ab72faa09f54 (patch)
treefaeddc1b39881c42a8ee1ba3e78a37cf604afc7c /www-client
parentd18188f505992c5542ce744be14e00e78afd3e52 (diff)
downloadppo-3be36c1bc096aa2f50d39a090924ab72faa09f54.tar.xz
trying to fix clang build
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/chromium-99.0.4818.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/chromium/chromium-99.0.4818.0.ebuild b/www-client/chromium/chromium-99.0.4818.0.ebuild
index 7998f52..55651a4 100644
--- a/www-client/chromium/chromium-99.0.4818.0.ebuild
+++ b/www-client/chromium/chromium-99.0.4818.0.ebuild
@@ -752,6 +752,9 @@ src_configure() {
# Disable unknown warning message from clang.
tc-is-clang && append-flags -Wno-unknown-warning-option
+ # crbug #1189788
+ tc-is-clang && append-flags -U_GLIBCXX_ASSERTIONS
+
# Explicitly disable ICU data file support for system-icu builds.
if use system-icu; then
myconf_gn+=" icu_use_data_file=false"