From 6eb73f0a9c74b4ac8d25b625cf6792766c77b916 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 15 Nov 2003 03:38:52 +0000 Subject: Removed unnecessary Ncurses Vsscanf Patch. Closes Bug 704. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 8cc9008d1..9c194834b 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -13,14 +13,10 @@ Estimated required disk space: &ncurses-compsize; Installation of Ncurses -First fix two tiny bugs: +Fix a minor problem related to the etip.h header +file: -patch -Np1 -i ../&ncurses-etip-patch; -patch -Np1 -i ../&ncurses-vsscanf-patch; - -The first patch corrects the etip.h header file, and -the second patch prevents some compiler warnings on the use of deprecated -headers. +patch -Np1 -i ../&ncurses-etip-patch; Now prepare Ncurses for compilation: -- cgit v1.2.3-54-g00ecf