|
@@ -54,6 +54,14 @@
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen>
|
|
|
|
|
|
+ <para>Remove the redundant <command>resizecons</command> program (it requires
|
|
|
+ the defunct svgalib to provide the video mode files - for normal use
|
|
|
+ <command>setfont</command> sizes the console appropriately) together with its
|
|
|
+ manpage.</para>
|
|
|
+
|
|
|
+<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &&
|
|
|
+sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen>
|
|
|
+
|
|
|
<para>Prepare Kbd for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd \
|