forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-qt/qtwebengine: fix build with gcc+musl+USE=-jumbo
Closes: https://bugs.gentoo.org/939519 Signed-off-by: Ionen Wolkens <[email protected]>
- Loading branch information
Showing
5 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters