mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-19 00:07:26 +03:00
Haven't tested building, but it is missing either way and shouldn't be. Won't bother updating patchset over this until need to pull in more changes if ever (already fixed in 6.10.0 w/ chromium-134.x which has become more concious of these). Closes: https://bugs.gentoo.org/963965 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
11 lines
304 B
Diff
11 lines
304 B
Diff
Patch status: fixed in Qt 6.10.0
|
|
|
|
https://bugs.gentoo.org/963965
|
|
https://crrev.com/9601031014144758140fd38a942bce4090ce5c31
|
|
--- a/src/3rdparty/chromium/extensions/common/stack_frame.h
|
|
+++ b/src/3rdparty/chromium/extensions/common/stack_frame.h
|
|
@@ -8,2 +8,3 @@
|
|
#include <stddef.h>
|
|
+#include <stdint.h>
|
|
|