Added a GCC-4 patch to the XMMS instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5032 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-09-10 00:57:23 +00:00
parent bf4f431cb2
commit 6b8e1d516c
2 changed files with 13 additions and 1 deletions

View File

@ -44,6 +44,9 @@
<listitem> <listitem>
<para>September 9th, 2005</para> <para>September 9th, 2005</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Added a GCC-4 patch to the XMMS instructions.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Added a GCC-4 patch to the Qt instructions.</para> <para>[randy] - Added a GCC-4 patch to the Qt instructions.</para>
</listitem> </listitem>

View File

@ -54,6 +54,14 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="&patch-root;/xmms-&XMMS-version;-gcc4-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">XMMS Dependencies</bridgehead> <bridgehead renderas="sect3">XMMS Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
@ -73,7 +81,8 @@
<para>Install <application>XMMS</application> by running <para>Install <application>XMMS</application> by running
the following commands:</para> the following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp; <screen><userinput>patch -Np1 -i ../xmms-&XMMS-version;-gcc4-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>This package does not come with a test suite.</para> <para>This package does not come with a test suite.</para>