Changeset 8dacd5e


Ignore:
Timestamp:
05/09/2022 11:47:40 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
5422cf3
Parents:
f71be678
Message:

Add a patch to firefox to fix a gcc12 problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rf71be678 r8dacd5e  
    7777    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/firefox-&firefox-version;esr-gcc12_fix-1.patch"/>
     83        </para>
     84      </listitem>
    7985      <listitem>
    8086        <para>
     
    310316<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-disable_rust_test-1.patch</userinput></screen>
    311317
     318    <para>
     319      Now apply a patch which allows the build to complete when using gcc-12 or later.
     320    </para>
     321
     322<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-gcc12_fix-1.patch</userinput></screen>
     323
    312324<!-- applying this for 11.1: upstream haven't make their mind yet
    313325     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
     
    492504    <para>
    493505      If you use a desktop environment like <application>Gnome</application> or
    494       <application>KDE</application> you may like to create a
     506      <application>KDE</application> you may want to create a
    495507      <filename>firefox.desktop</filename> file so that
    496       <application>Firefox</application> appears in the panel's menus. <!--If you
    497       didn't enable startup-notification in your mozconfig change the
    498       StartupNotify line to false.--> As the
    499       <systemitem class="username">root</systemitem> user:
     508      <application>Firefox</application> appears in the panel's menus.
     509      As the &root; user:
    500510    </para>
    501511
     
    503513mkdir -pv /usr/share/pixmaps      &amp;&amp;
    504514
    505 MIMETYPE="text/xml;text/mml;text/html"                                     &amp;&amp;
    506 MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" &amp;&amp;
    507 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https"          &amp;&amp;
     515MIMETYPE="text/xml;text/mml;text/html;"                            &amp;&amp;
     516MIMETYPE+="application/xhtml+xml;application/vnd.mozilla.xul+xml;" &amp;&amp;
     517MIMETYPE+="x-scheme-handler/http;x-scheme-handler/https"           &amp;&amp;
    508518
    509519cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; EOF &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.