Changeset 7be485e


Ignore:
Timestamp:
11/07/2023 03:42:57 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
209433f2
Parents:
f56feddc
git-author:
Xi Ruoyao <xry111@…> (11/07/2023 03:42:46 PM)
git-committer:
Xi Ruoyao <xry111@…> (11/07/2023 03:42:57 PM)
Message:

seamonkey: Add ICU 74 workaround

Note that it's slightly different from Firefox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rf56feddc r7be485e  
    332332    -i netwerk/dns/prepare_tlds.py                                \
    333333       python/mozbuild/mozbuild/action/file_generate.py</userinput></screen>
     334
     335    <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1859752
     336         https://hg.mozilla.org/try/rev/d5f3b0c4f08a -->
     337    <para>
     338      If building with system ICU, adapt the line break mapping for ICU
     339      74 or later:
     340    </para>
     341
     342<screen><userinput>(for i in {43..47}; do
     343   sed '/ZWJ/s/&amp;/,CLASS_CHARACTER/' -i intl/lwbrk/LineBreaker.cpp || exit $?
     344 done)</userinput></screen>
    334345
    335346    <para>
Note: See TracChangeset for help on using the changeset viewer.