Changeset 137668fd for x


Ignore:
Timestamp:
05/28/2024 06:33:45 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, trunk
Children:
834293c
Parents:
50ceedf6 (diff), 3ef6534e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

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.