Changeset a0d8962e


Ignore:
Timestamp:
04/03/2023 07:29:19 PM (13 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5ef457b
Parents:
815f5d86
Message:

Fix building Thunderbird with rustc-1.68.x.

I forgot to add the patch when updating to 102.9.0. Let's fix that, and
I will go bump the patch in the patches repository next.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r815f5d86 ra0d8962e  
    4040    -->
    4141   <listitem>
     42     <para>April 3rd, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Fix building Thunderbird with rustc-1.68.x.</para>
     46       </listitem>
     47     </itemizedlist>
     48   </listitem>
     49
     50   <listitem>
    4251     <para>April 2nd, 2023</para>
    4352     <itemizedlist>
  • xsoft/other/thunderbird.xml

    r815f5d86 ra0d8962e  
    7373    </itemizedlist>
    7474
    75 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
    7777      <listitem>
    7878        <para>
    7979          Required patch:
    80           <ulink url="&patch-root;/thunderbird-&thunderbird-version;-gcc12_fix-1.patch"/>
    81         </para>
    82       </listitem>
    83     </itemizedlist>-->
     80          <ulink url="&patch-root;/thunderbird-&thunderbird-version;-upstream_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
    8484
    8585    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
     
    231231esac</userinput></screen>
    232232-->
     233
     234    <para>
     235      Fix buidling Thunderbird with rustc-1.68.x:
     236    </para>
     237
     238<screen><userinput remap="pre">patch -Np1 -i ../thunderbird-&thunderbird-version;-upstream_fixes-1.patch</userinput></screen>
     239
    233240    <para>
    234241      Now invoke the Python <command>mach</command> script to compile
Note: See TracChangeset for help on using the changeset viewer.