Files
gentoo/dev-qt/qtwebengine/files/qtwebengine-6.10.3-climits.patch
Ionen Wolkens df28eef169 dev-qt/qtwebengine: fix build w/ recent gcc-16's libstdc++ snapshots
Haven't tested a build myself yet to be sure there aren't more
issues, but I am familiar with the climits one and negril
reported success for 6.10.3 after including climits.

Won't bother including in patchsets for now.

Thanks-to: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2026-04-03 16:29:42 -04:00

12 lines
487 B
Diff

Same issue as https://bugs.gentoo.org/971287 which only happens with
recent gcc-16 libstdc++ snapshots.
--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.cc
+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.cc
@@ -3,4 +3,6 @@
// found in the LICENSE file.
+#include <climits>
+
#include "third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.h"