From fbda87924e6faa7a1919f1a2b4182490bde5ec5c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 3 Sep 2021 20:56:28 +0100 Subject: gentoo resync : 03.09.2021 --- .../files/qtwebengine-5.15.2-disable-fatal-warnings.patch | 12 ++++++++++++ dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch create mode 100644 dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch (limited to 'dev-qt/qtwebengine/files') diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch new file mode 100644 index 000000000000..b0f5f3d30e0b --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch @@ -0,0 +1,12 @@ +diff --git a/src/buildtools/config/common.pri b/src/buildtools/config/common.pri +index cf990c79..910a88ca 100644 +--- a/src/buildtools/config/common.pri ++++ b/src/buildtools/config/common.pri +@@ -26,6 +26,7 @@ gn_args += \ + skia_use_dawn=false \ + toolkit_views=false \ + treat_warnings_as_errors=false \ ++ fatal_linker_warnings=false \ + use_allocator_shim=false \ + use_allocator=\"none\" \ + use_custom_libcxx=false \ diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch new file mode 100644 index 000000000000..0488122ce92f --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch @@ -0,0 +1,12 @@ +diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro +index 3d6fda80e..3d0bc86fe 100644 +--- a/src/core/gn_run.pro ++++ b/src/core/gn_run.pro +@@ -38,5 +38,6 @@ build_pass|!debug_and_release { + } + ++ gn_args += $$(EXTRA_GN) + gn_args = $$system_quote($$gn_args) + gn_src_root = $$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir())) + gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir())) + gn_python = "--script-executable=$$pythonPathForSystem()" -- cgit v1.2.3