aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-02-15 10:48:22 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-02-15 10:48:22 +0000
commit21308e271ca17c9a8f4ef23228eb11c242d883f5 (patch)
tree0676d51cb87d0edd8b21c754831cb70addebbf2c /chapter05
parentc3dc67cdcf7eebbffd7d69de741251a0c08443a1 (diff)
Upgrade ncurses to 5.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/ncurses.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml
index f956dbaf8..e274cc5c2 100644
--- a/chapter05/ncurses.xml
+++ b/chapter05/ncurses.xml
@@ -13,12 +13,7 @@
<sect2>
<title>Installation of Ncurses</title>
-<para>Fix a minor problem related to the <filename>etip.h</filename> header
-file:</para>
-
-<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
-
-<para>Now prepare Ncurses for compilation:</para>
+<para>Prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/tools --with-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada --enable-overwrite</userinput></screen>