qt5-webengine: fix build on gcc12
This commit is contained in:
parent
b4a2a5b9fd
commit
ae08492467
1 changed files with 15 additions and 0 deletions
15
srcpkgs/qt5-webengine/patches/qt5-webengine-gcc12.patch
Normal file
15
srcpkgs/qt5-webengine/patches/qt5-webengine-gcc12.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Add missing include for std::begin and std::end in SkParseColor.cpp
|
||||||
|
|
||||||
|
https://skia-review.googlesource.com/c/skia/+/533981
|
||||||
|
|
||||||
|
--- a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
||||||
|
+++ b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
||||||
|
@@ -8,6 +8,8 @@
|
||||||
|
|
||||||
|
#include "include/utils/SkParse.h"
|
||||||
|
|
||||||
|
+#include <iterator>
|
||||||
|
+
|
||||||
|
static constexpr const char* gColorNames[] = {
|
||||||
|
"aliceblue",
|
||||||
|
"antiquewhite",
|
Loading…
Add table
Add a link
Reference in a new issue