aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2023-01-01 09:34:12 +0100
committerThomas Trepl <thomas@linuxfromscratch.org>2023-01-01 09:34:12 +0100
commitaea43840d87afb7bcc702d4c407e5d4cd1637d66 (patch)
treee78b6ae17a6de7175521dbf11eedf660026631ee /chapter08
parent730208ab9f5ac295632a7606170243ea0005e8e7 (diff)
Remove obsolete sed no longer required in mpc-1.3.1
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/mpc.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter08/mpc.xml b/chapter08/mpc.xml
index 5bcfd0292..ad46b7e43 100644
--- a/chapter08/mpc.xml
+++ b/chapter08/mpc.xml
@@ -42,18 +42,6 @@
<sect2 role="installation">
<title>Installation of MPC</title>
- <para>First, make a fix identified upstream:</para>
-
-<screen><userinput remap="pre">sed -i '273{ h; d; }; 274,286 { H; d; }; 287 G' src/mpc.h</userinput></screen>
-
- <note>
- <para>This sed is a little complex and needs some explanation. It holds
- the line 273 in a buffer, adds lines 274-286 to it. It then writes the
- buffer out after line 287 is read. The result is that the line 287 is
- moved upwards from an incorrect location to its correct location in an
- #ifdef block.</para>
- </note>
-
<para>Prepare MPC for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \