aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2008-02-27 00:29:27 +0000
committerKen Moffat <ken@linuxfromscratch.org>2008-02-27 00:29:27 +0000
commit3325222ba24d9cea2c8f5f639b50df88d80a0bb2 (patch)
tree45ab6a83615e32f26710706acca97acb6aeddc28 /chapter06
parent10c9f9c2e58bb7f1bf92559313b84e917771f5a8 (diff)
Update kbd to 1.13.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kbd.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index ffe9de637..cfff54ef3 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -49,11 +49,6 @@
<para>After patching, the Backspace key generates the character with code 127,
and the Delete key generates a well-known escape sequence.</para>
- <para>Patch Kbd to fix a bug in <command>setfont</command> that is triggered
- when compiling with GCC-&gcc-version;:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen>
-
<para>Prepare Kbd for compilation:</para>
<screen><userinput remap="configure">./configure --datadir=/lib/kbd</userinput></screen>