Changeset fce78fd


Ignore:
Timestamp:
11/08/2022 10:13:36 PM (18 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:
27ccef2d
Parents:
38277fd
git-author:
Pierre Labastie <pierre.labastie@…> (11/08/2022 10:06:56 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/08/2022 10:13:36 PM)
Message:

firefox: add another fix for python-3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r38277fd rfce78fd  
    365365
    366366    <para>
     367      Then fix an issue with regular expressions in python-3.11:
     368    </para>
     369
     370<screen><userinput>sed -e 's/?s)\./?s:.)/'               \
     371    -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
     372    -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
     373    -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
     374
     375    <para>
    367376      Now invoke the Python <command>mach</command> script to compile the package.
    368377    </para>
    369378
    370379<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    371 export MOZBUILD_STATE_PATH=${PWD}/mozbuild            &amp;&amp;
    372 ./mach configure                                      &amp;&amp;
     380export MOZBUILD_STATE_PATH=${PWD}/mozbuild          &amp;&amp;
     381./mach configure                                    &amp;&amp;
    373382./mach build</userinput></screen>
    374383
Note: See TracChangeset for help on using the changeset viewer.