Author: bdubbs
Date: Tue May 12 10:50:05 2020
New Revision: 4111

Log:
Fix location of qt patch

Added:
   trunk/qt-everywhere-src/
   trunk/qt-everywhere-src/qt-everywhere-src-5.14.2-gcc10-1.patch
      - copied unchanged from r4110, 
trunk/qt-everywhere-opensource-src/qt-everywhere-src-5.14.2-gcc10-1.patch
Deleted:
   trunk/qt-everywhere-opensource-src/qt-everywhere-src-5.14.2-gcc10-1.patch

Copied: trunk/qt-everywhere-src/qt-everywhere-src-5.14.2-gcc10-1.patch (from 
r4110, 
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-src/qt-everywhere-src-5.14.2-gcc10-1.patch      Tue May 
12 10:50:05 2020        (r4111, copy of r4110, 
trunk/qt-everywhere-opensource-src/qt-everywhere-src-5.14.2-gcc10-1.patch)
@@ -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