gentoo-ebuilds/app-i18n/mozc/files/mozc-2.28.5029.102-cxx20.patch
Andreas Sturmlechner a66cc3b2b9
app-i18n/mozc: Fix build w/ IUSE fcitx5
Thanks-to: Guillaume Lespinasse
Closes: https://bugs.gentoo.org/960019
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-08-25 21:19:22 +02:00

23 lines
588 B
Diff

Gentoo-bug: https://bugs.gentoo.org/960019
Thanks-to: Guillaume Lespinasse
--- a/src/gyp/common.gypi
+++ b/src/gyp/common.gypi
@@ -219,7 +219,7 @@
}],
['compiler_target=="clang" or compiler_target=="gcc"', {
'cflags_cc': [
- '-std=c++17',
+ '-std=c++20',
],
}],
],
@@ -239,7 +239,7 @@
}],
['compiler_host=="clang" or compiler_host=="gcc"', {
'cflags_cc': [
- '-std=c++17',
+ '-std=c++20',
],
}],
],