Ignore:
Timestamp:
11/06/2022 07:36:09 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/xf86-video-removal
Children:
acd69075
Parents:
33f878a9 (diff), d7ba6b4d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js91.xml

    r33f878a9 r54d09e7  
    170170    </para>
    171171
    172      <note>
    173         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     172    <note>
     173      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    174174         href="../../xincludes/mozshm.xml"/>
    175175
    176         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     176      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    177177         href="../../xincludes/mozconfigure.xml"/>
    178178
    179         <para>
    180           Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
    181           the rust code will use all processors.
    182         </para>
    183      </note>
    184 
     179      <para>
     180        Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
     181        the rust code will use all processors.
     182      </para>
     183    </note>
     184
     185    <para>
     186      First remove an obsolete flag in python code, that has been removed
     187      in python-3.11:
     188    </para>
     189
     190<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
     191
     192    <para>
     193      Then run:
     194    </para>
    185195
    186196<screen><userinput>mkdir obj &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.