Changeset fb79d0a


Ignore:
Timestamp:
05/16/2021 11:13:22 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cbb1dd2
Parents:
25ef5f7
Message:

Fix qt fo rgcc-11.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r25ef5f7 rfb79d0a  
    245245            -examplesdir    /usr/share/doc/qt5/examples</userinput></screen>
    246246    </note>
    247 <!-- Applied upstream in 5.15.0
    248     <para>
    249       First fix an issues using gcc-10:
    250     </para>
    251 
    252 <screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt5-version;-gcc10-1.patch</userinput></screen>
    253 -->
     247
     248    <para>
     249      First fix some issues using gcc-11:
     250    </para>
     251
     252<screen><userinput>
     253sed -i '/string/a #include&lt;limits&gt;'      qtbase/src/corelib/global/qfloat16.h &amp;&amp;
     254sed -i '/qbytearray/a #include&lt;limits&gt;'  qtbase/src/corelib/text/qbytearraymatcher.h &amp;&amp;
     255sed -i '/type_traits/a #include&lt;limits&gt;' qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h</userinput></screen>
    254256
    255257    <para>
Note: See TracChangeset for help on using the changeset viewer.