commit 10ad0df0e740171bd5c9c3df00070945b4cad19d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 12 08:03:40 2022 +0000
fix
chromium-freeworld.spec | 1 +
gcc12.patch | 10 ++++++++++
2 files changed, 11 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 88e6ebd..43eae22 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -178,6 +178,7 @@ Patch402: chromium-enable-widevine.patch
Patch403: chromium-manpage.patch
Patch404: chromium-md5-based-build-id.patch
Patch405: chromium-names.patch
+Patch406: gcc12.patch
Patch1406: chromium-rpm-fusion-brand.patch
%description
diff --git a/gcc12.patch b/gcc12.patch
new file mode 100644
index 0000000..8ae6664
--- /dev/null
+++ b/gcc12.patch
@@ -0,0 +1,10 @@
+--- a/base/third_party/symbolize/symbolize.cc
++++ b/base/third_party/symbolize/symbolize.cc
+@@ -57,6 +57,7 @@
+ #if defined(HAVE_SYMBOLIZE)
+
+ #include <string.h>
++#include <utility>
+
+ #include <algorithm>
+ #include <limits>
Show replies by date