Changeset 3ef6534e for x


Ignore:
Timestamp:
05/28/2024 05:32:08 PM (6 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
trunk
Children:
137668fd
Parents:
18bf2d4
Message:

Fix a conflicting decl in QT6 for i686

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt6.xml

    r18bf2d4 r3ef6534e  
    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.