summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-102.0.5005.12.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/chromium-102.0.5005.12.ebuild')
-rw-r--r--www-client/chromium/chromium-102.0.5005.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-102.0.5005.12.ebuild b/www-client/chromium/chromium-102.0.5005.12.ebuild
index 6aaf469..f9490b4 100644
--- a/www-client/chromium/chromium-102.0.5005.12.ebuild
+++ b/www-client/chromium/chromium-102.0.5005.12.ebuild
@@ -786,7 +786,7 @@ src_configure() {
# Disable unknown warning message from clang.
if tc-is-clang; then
append-flags -Wno-unknown-warning-option
- append-flags -fbracket-depth 1024
+ append-flags "-fbracket-depth=1024"
if tc-is-cross-compiler; then
export BUILD_CXXFLAGS+=" -Wno-unknown-warning-option"
export BUILD_CFLAGS+=" -Wno-unknown-warning-option"