Author: thomas
Date: Mon May 11 03:26:06 2020
New Revision: 4108

Log:
Add qt-everywhere-src-5.14.2-gcc10-1.patch to fix an issue with new gcc-10

Added:
   trunk/qt-everywhere-opensource-src/qt-everywhere-src-5.14.2-gcc10-1.patch

Added: trunk/qt-everywhere-opensource-src/qt-everywhere-src-5.14.2-gcc10-1.patch
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/qt-everywhere-opensource-src/qt-everywhere-src-5.14.2-gcc10-1.patch   
Mon May 11 03:26:06 2020        (r4108)
@@ -0,0 +1,33 @@
+diff -Naur 
qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp
 
qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp
+--- 
qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp
       2020-03-03 14:10:31.000000000 +0100
++++ 
qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp
    2020-05-11 10:49:31.698647923 +0200
+@@ -1,6 +1,7 @@
+ #include <mbgl/util/util.hpp>
+ 
+ #include <array>
++#include <stdint.h>
+ #include <type_traits>
+ #include <utility>
+ 
+diff -Naur 
qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
 
qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
+--- 
qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
   2020-03-03 14:10:31.000000000 +0100
++++ 
qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
        2020-05-11 10:49:31.698647923 +0200
+@@ -4,6 +4,7 @@
+ #include <unicode/ubidi.h>
+ #include <unicode/ushape.h>
+ 
++#include <stdexcept>
+ #include <memory>
+ 
+ namespace mbgl {
+diff -Naur 
qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp
 
qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp
+--- 
qt-everywhere-src-5.14.2.orig/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp
  2020-03-03 14:10:31.000000000 +0100
++++ 
qt-everywhere-src-5.14.2/qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/render_vector_source.cpp
       2020-05-11 10:49:31.698647923 +0200
+@@ -2,6 +2,7 @@
+ #include <mbgl/renderer/render_tile.hpp>
+ #include <mbgl/renderer/paint_parameters.hpp>
+ #include <mbgl/tile/vector_tile.hpp>
++#include <mbgl/tile/tile_loader_impl.hpp>
+ 
+ #include <mbgl/algorithm/generate_clip_ids.hpp>
+ #include <mbgl/algorithm/generate_clip_ids_impl.hpp>
-- 
http://lists.linuxfromscratch.org/listinfo/patches
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to