Author: randy
Date: 2010-03-25 10:00:13 -0600 (Thu, 25 Mar 2010)
New Revision: 8356
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/flac.xml
Log:
Replaced a patch with a sed command in the FLAC instructions
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-24 19:06:47 UTC (rev 8355)
+++ trunk/BOOK/general.ent 2010-03-25 16:00:13 UTC (rev 8356)
@@ -3,7 +3,7 @@
$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;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-24 19:06:47 UTC
(rev 8355)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-25 16:00:13 UTC
(rev 8356)
@@ -42,6 +42,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>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/flac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/flac.xml 2010-03-24 19:06:47 UTC (rev
8355)
+++ trunk/BOOK/multimedia/libdriv/flac.xml 2010-03-25 16:00:13 UTC (rev
8356)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page