fontforge: *really* fix it.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15594 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-03-01 21:21:35 +00:00
parent 848d7b1c28
commit d18e0d7cca
2 changed files with 11 additions and 5 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>March 1st, 2015</para>
<itemizedlist>
<listitem>
<para>[ken] - fontforge: my previous fix on Feb 3rd omitted one
command.</para>
</listitem>
<listitem>
<para>[pierre] - Apply a patch to the modesetting driver
code in Xorg-server, to allow running on 32 bit machine, and

View File

@ -37,7 +37,7 @@
bitmap (bdf, FON, NFNT) fonts, or edit existing ones.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
@ -137,7 +137,8 @@
commands:
</para>
<screen><userinput>./bootstrap --force &amp;&amp;
<screen><userinput>rm -rf libltdl &amp;&amp;
./bootstrap --force &amp;&amp;
./configure --prefix=/usr \
--enable-gtk2-use \
--disable-static \
@ -159,9 +160,10 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>./bootstrap --force</command>: The force switch prevents the
<command>bootstrap</command> command from failing if a recent version of
<application>libtool</application> has been installed.</para>
<para><command>rm -rf libltdl &amp;&amp; ./bootstrap --force</command>:
These two commands work around the old version of libtool in the source,
and the idiosyncracies of the bootstrap command, to allow it to build with
current libtool where some files have been renamed.</para>
</sect2>