diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-15 03:38:52 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-15 03:38:52 +0000 |
commit | 6eb73f0a9c74b4ac8d25b625cf6792766c77b916 (patch) | |
tree | 28dd9b3cb43e73a4555f4dd7000300a770fbec48 /chapter05 | |
parent | bfbadb4c1adec90c22b1cece9303594bcdc72727 (diff) |
Removed unnecessary Ncurses Vsscanf Patch. Closes Bug 704.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 658adc0e3..045bd3412 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -13,14 +13,10 @@ Estimated required disk space: &ncurses-compsize-tools;</screen> <sect2> <title>Installation of Ncurses</title> -<para>Fix two minor things:</para> +<para>Fix a minor problem related to the <filename>etip.h</filename> header +file:</para> -<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch; -patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen> - -<para>The first patch corrects the <filename>etip.h</filename> header file, and -the second patch prevents some compiler warnings being issued on the use of -deprecated headers.</para> +<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen> <para>Now prepare Ncurses for compilation:</para> |