Changeset da60874c for x/lib


Ignore:
Timestamp:
05/07/2023 07:33:03 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6123836
Parents:
a9880c8f
Message:

Fix Qt5 FTBFS with GCC-13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    ra9880c8f rda60874c  
    283283
    284284    <screen><userinput remap="pre">mkdir -pv qtbase/.git</userinput></screen>
     285
     286    <para>
     287      Add another fix for building with GCC-13:
     288    </para>
     289
     290<screen><userinput>sed -e "/pragma once/a#include &lt;cstdint&gt;"                                      \
     291    -i qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp \
     292       qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp   \
     293       qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp</userinput></screen>
    285294
    286295    <para>
Note: See TracChangeset for help on using the changeset viewer.