Changeset bfcd313


Ignore:
Timestamp:
02/07/2024 05:08:55 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
63480d7
Parents:
9f25cc40 (diff), 66765fe (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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9f25cc40 rbfcd313  
    5454          <para>[bdubbs] - Update to xfsprogs-6.6.0. Fixes
    5555          <ulink url="&blfs-ticket-root;19252">#19252</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[renodr] - Fix building WebKitGTK on 32-bit systems.</para>
    5659        </listitem>
    5760      </itemizedlist>
  • x/lib/webkitgtk.xml

    r9f25cc40 rbfcd313  
    167167    </important>
    168168
    169 <!--
    170     <para>
    171       First, fix a build failure caused by libxml2-2.12.x:
    172     </para>
    173 
    174 <screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-upstream_fixes-1.patch</userinput></screen>
    175 -->
     169
     170    <!-- https://github.com/WebKit/WebKit/commit/3d53735756 and
     171         https://bugs.webkit.org/show_bug.cgi?id=268739 -->
     172
     173    <para>
     174      First, if you are on a 32-bit machine, fix a build failure:
     175    </para>
     176
     177<screen><userinput remap="pre">case $(uname -m) in
     178   i?86) sed -e '/UNUSED_VARIABLE(t6)/d' \
     179             -e '/UNUSED_VARIABLE(t7)/d' \
     180             -i Source/JavaScriptCore/llint/LowLevelInterpreter.cpp ;;
     181esac</userinput></screen>
    176182
    177183    <para>
Note: See TracChangeset for help on using the changeset viewer.