Changeset c4e7ae2 for xsoft/other


Ignore:
Timestamp:
06/19/2022 05:42:46 PM (23 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.