Changes in / [c25d1eb:fccc863c]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rc25d1eb rfccc863c  
    192192    <title>Installation of Firefox</title>
    193193
     194    <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1859752
     195         https://hg.mozilla.org/try/rev/d5f3b0c4f08a -->
     196    <para>
     197      If building with system ICU, adapt the line break mapping for ICU
     198      74 or later:
     199    </para>
     200
     201<screen><userinput>(for i in {43..47}; do
     202   sed '/ZWJ/s/}/,CLASS_CHARACTER&amp;/' -i intl/lwbrk/LineBreaker.cpp || exit $?
     203 done)</userinput></screen>
     204
    194205    <para>
    195206      The configuration of <application>Firefox</application> is accomplished
     
    303314mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
    304315EOF</userinput></screen>
    305 
    306     <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1859752
    307          https://hg.mozilla.org/try/rev/d5f3b0c4f08a -->
    308     <para>
    309       If building with system ICU, adapt the line break mapping for ICU
    310       74 or later.  This construct adds five entries to a c++ array.
    311     </para>
    312 
    313 <screen><userinput>for i in {43..47}; do
    314    sed -i '/ZWJ/s/}/,CLASS_CHARACTER&amp;/' intl/lwbrk/LineBreaker.cpp
    315 done</userinput></screen>
    316316
    317317    <para>
Note: See TracChangeset for help on using the changeset viewer.