Changeset c4e7ae2


Ignore:
Timestamp:
06/19/2022 05:42:46 PM (22 months ago)
Author:
Ken Moffat <ken@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
8b9f54d
Parents:
cd4f607
Message:

Fix firefox and thunderbird for current cbindgen.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcd4f607 rc4e7ae2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Fix firefox and thunderbird for change in
     49          current cbindgen. Fixes
     50          <ulink url="&blfs-ticket-root;16681">#16681</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
     56      <para>June 18th, 2022</para>
     57      <itemizedlist>
     58        <listitem>
    4859          <para>[pierre] - Update to mesa-22.1.2. Fixes
    4960          <ulink url="&blfs-ticket-root;16675">#16675</ulink>.</para>
  • xsoft/graphweb/firefox.xml

    rcd4f607 rc4e7ae2  
    322322<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-gcc12_fix-1.patch</userinput></screen>
    323323
     324    <para>
     325      A change in cbindgen-0.24.2 causes a symbol to now be output by
     326      cbindgen, but it has already been defined in a header. This sed
     327      prevents the build eventually failing:
     328    </para>
     329
     330<screen><userinput>sed -i '/ROOT_CLIP_CHAIN/d' gfx/webrender_bindings/webrender_ffi.h</userinput></screen>
     331
    324332<!-- applying this for 11.1: upstream haven't make their mind yet
    325333     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
  • xsoft/other/thunderbird.xml

    rcd4f607 rc4e7ae2  
    224224<screen><userinput remap="pre">patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc12_fix-1.patch</userinput></screen>
    225225
     226    <para>
     227      A change in cbindgen-0.24.2 causes a symbol to now be output by
     228      cbindgen, but it has already been defined in a header. This sed
     229      prevents the build eventually failing:
     230    </para>
     231
     232<screen><userinput>sed -i '/ROOT_CLIP_CHAIN/d' gfx/webrender_bindings/webrender_ffi.h</userinput></screen>
     233
    226234<!-- applying this for 11.1: upstream haven't make their mind yet
    227235     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
Note: See TracChangeset for help on using the changeset viewer.