Changeset 22819855 for xsoft/graphweb


Ignore:
Timestamp:
11/02/2023 07:09:04 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
b05b7e3
Parents:
e86ded4
Message:

firefox: Add ICU-74 workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    re86ded4 r22819855  
    233233
    234234    <para>
     235      If building with system ICU, adapt the line break mapping for ICU
     236      74 or later:
     237    </para>
     238
     239<screen><userinput>(for i in {43..47}; do
     240   sed '/ZWJ/s/}/,CLASS_CHARACTER&amp;/' -i intl/lwbrk/LineBreaker.cpp || exit $?
     241 done)</userinput></screen>
     242
     243    <para>
    235244      The configuration of <application>Firefox</application> is accomplished
    236245      by creating a <filename>mozconfig</filename> file containing the desired
Note: See TracChangeset for help on using the changeset viewer.