diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2023-10-05 15:48:45 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2023-10-05 15:49:24 -0400 |
| commit | f7e253a0c768281ef2a0a409b911ebfceb9299a8 (patch) | |
| tree | c7f9ef494119f8f449458a5a10ff00d08741591d /dev-qt/qtwebengine/files | |
| parent | 6d6e291ae86a80932c309b0a2dafd7bba051fffe (diff) | |
| download | gentoo-f7e253a0c768281ef2a0a409b911ebfceb9299a8.tar.gz gentoo-f7e253a0c768281ef2a0a409b911ebfceb9299a8.tar.bz2 gentoo-f7e253a0c768281ef2a0a409b911ebfceb9299a8.zip | |
dev-qt/qtwebengine: note stdint fix link for the 87 branch in patch
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch | 3 | ||||
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch index cf8e55c556c6..7de101830553 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch @@ -6,7 +6,10 @@ include cstdint / stdint.h for the int32/64_t usage. Partially fixed by [1] (>=chromium-110.0.5434.0) given it removes the int64_t usage altogether in seed_response.h. +See also [2] which fixed this for the 87 branch in Qt5. + [1] https://crrev.com/01e21a077a0354d85e8359195613c2781f67a3a2 +[2] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/489133 --- a/src/3rdparty/chromium/components/variations/seed_response.h +++ b/src/3rdparty/chromium/components/variations/seed_response.h @@ -7,2 +7,3 @@ diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch index d59d327af7c5..a39da477ace2 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch @@ -2,6 +2,10 @@ Patch status: limbo, needs upstreaming Only manifests as an issue with gcc-13+musl which does not transitively include cstdint / stdint.h for the int32/64_t usage. + +See also [1] which fixed this for the 87 branch in Qt5. + +[1] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/489133 --- a/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h +++ b/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h @@ -7,2 +7,3 @@ |
