mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Replaced a patch with a sed command in the FLAC instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8356 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
41eec069eb
commit
072e488448
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 25th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Replaced a patch with a sed command in the FLAC
|
||||
instructions.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 24th, 2010</para>
|
||||
<itemizedlist>
|
||||
|
@ -57,13 +57,13 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/flac-&flac-version;-gcc43-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</itemizedlist> -->
|
||||
|
||||
<bridgehead renderas="sect3">FLAC Dependencies</bridgehead>
|
||||
|
||||
@ -86,7 +86,8 @@
|
||||
<para>Install <application>FLAC</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../flac-&flac-version;-gcc43-1.patch &&
|
||||
<screen><userinput>sed -i 's/#include <stdio.h>/&\n#include <string.h>/' \
|
||||
examples/cpp/encode/file/main.cpp &&
|
||||
./configure --prefix=/usr --disable-thorough-tests &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user