Changeset da60874c


Ignore:
Timestamp:
05/07/2023 07:33:03 PM (12 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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra9880c8f rda60874c  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[pierre] - Use a sed to fix QT5-FTBFS with GCC-13. Fixes
     46         <ulink url="&blfs-ticket-root;18019">#18019</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to libwww-perl-6.70 (Perl module). Fixes
    4650         <ulink url="&blfs-ticket-root;18018">#18018</ulink>.</para>
  • 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.