Changeset 81a1d5fb


Ignore:
Timestamp:
07/17/2023 06:08:53 PM (10 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
48b40684
Parents:
68954249
Message:

qt-components: Fix building qtlocation with gcc-13.

It's not in qt5-alternate though, so we can remove the fix from that
page.

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5-alternate.xml

    r68954249 r81a1d5fb  
    240240
    241241    <screen><userinput remap="pre">mkdir -pv qtbase/.git</userinput></screen>
    242 
    243     <para>
    244       Add another fix for building with GCC-13:
    245     </para>
    246 
    247 <screen><userinput>sed -e "/pragma once/a#include &lt;cstdint&gt;"                                      \
    248     -i qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp \
    249        qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp   \
    250        qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp</userinput></screen>
    251242
    252243    <para>
  • x/lib/qt5-components.xml

    r68954249 r81a1d5fb  
    143143
    144144<screen><userinput remap="pre">patch -Np1 -i ../qt-everywhere-opensource-src-5.15.10-kf5-1.patch</userinput></screen>
     145
     146    <para>
     147      Next, if you are installing <emphasis role="bold">qtlocation</emphasis>,
     148      fix the build with GCC-13:
     149    </para>
     150
     151<screen><userinput>sed -e "/pragma once/a#include &lt;cstdint&gt;"                                      \
     152    -i qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp \
     153       qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp   \
     154       qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp</userinput></screen>
    145155
    146156    <para>
Note: See TracChangeset for help on using the changeset viewer.