Changes in / [50ceedf6:137668fd]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt6.xml

    r50ceedf6 r137668fd  
    271271      </para>
    272272    </note>
     273
     274    <para>
     275        Disable a conflicting declaration on i686 systems:
     276    </para>
     277<screen><userinput>if [ "$(uname -m)" == "i686" ]; then
     278    sed -e "/^#elif defined(Q_CC_GNU_ONLY)/s/.*/&amp; \&amp;\&amp; 0/" \
     279        -i qtbase/src/corelib/global/qtypes.h
     280fi</userinput></screen>
    273281
    274282    <para>
Note: See TracChangeset for help on using the changeset viewer.