Author: ken
Date: Fri Dec 12 16:16:59 2014
New Revision: 15199

Log:
fontforge - fix build on current LFS-svn

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/other/fontforge.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Dec 12 12:44:18 
2014        (r15198)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Dec 12 16:16:59 
2014        (r15199)
@@ -47,6 +47,10 @@
     <listitem>
       <para>December 12th, 2014</para>
       <itemizedlist>
+        <listitem>
+          <para>[ken] - Use Armin's suggestion to fix fontforge's bootstrap
+          on current development systems.</para>
+        </listitem>
          <listitem>
           <para>[bdubbs] - Update to speex-1.2rc2. Fixes
           <ulink url="&blfs-ticket-root;5920">#5920</ulink>.</para>

Modified: trunk/BOOK/xsoft/other/fontforge.xml
==============================================================================
--- trunk/BOOK/xsoft/other/fontforge.xml        Fri Dec 12 12:44:18 2014        
(r15198)
+++ trunk/BOOK/xsoft/other/fontforge.xml        Fri Dec 12 16:16:59 2014        
(r15199)
@@ -137,7 +137,8 @@
       commands:
     </para>
 
-<screen><userinput>./bootstrap &amp;&amp;
+<screen><userinput>rm -rf libltdl &amp;&amp;
+./bootstrap    &amp;&amp;
 ./configure --prefix=/usr     \
             --enable-gtk2-use \
             --disable-static  \
@@ -156,6 +157,15 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><option>rm -rf libltdl</option>: This prevents the
+    <command>bootstrap</command> command from failing if a recent version of
+    <application>libtool</application> has been installed.</para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to