Thunderbird gcc-4.7 patch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9786 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-03-27 17:05:54 +00:00
parent 6c83646f7a
commit 6a85e10274

View File

@ -73,6 +73,16 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/thunderbird-&thunderbird-version;-gcc-4.7-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -178,7 +188,8 @@ EOF</userinput></screen>
commands:
</para>
<screen><userinput>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
<screen><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;-gcc-4.7-1.patch &amp;&amp;
sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
mozilla/configure &amp;&amp;
make -f client.mk &amp;&amp;
make -C thunderbuild/mail/installer</userinput></screen>