Skip to content

Commit

Permalink
dev-qt/qtwebengine: fix build with gcc+musl+USE=-jumbo
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/939519
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Sep 13, 2024
1 parent 55defea commit fb5c5f6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
https://bugs.gentoo.org/939519

Just one more of these, should be merged with the cstdint patch
in patchset next update & ideally upstreamed eventually.
--- a/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h
+++ b/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h
@@ -6,4 +6,5 @@
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_PAGE_STATE_PAGE_STATE_H_

+#include <cstdint>
#include <string>
#include <vector>
1 change: 1 addition & 0 deletions dev-qt/qtwebengine/qtwebengine-6.7.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )

PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
"${FILESDIR}"/${PN}-6.7.2-musl-cstdint.patch
)

python_check_deps() {
Expand Down
1 change: 1 addition & 0 deletions dev-qt/qtwebengine/qtwebengine-6.7.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )

PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
"${FILESDIR}"/${PN}-6.7.2-musl-cstdint.patch
)

python_check_deps() {
Expand Down
1 change: 1 addition & 0 deletions dev-qt/qtwebengine/qtwebengine-6.8.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )

PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
"${FILESDIR}"/${PN}-6.7.2-musl-cstdint.patch
)

python_check_deps() {
Expand Down
1 change: 1 addition & 0 deletions dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )

PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
"${FILESDIR}"/${PN}-6.7.2-musl-cstdint.patch
)

python_check_deps() {
Expand Down

0 comments on commit fb5c5f6

Please sign in to comment.