Author: fernando
Date: Mon Dec  2 09:51:43 2013
New Revision: 12329

Log:
Fix CMake-2.8.12.1 to find freetype include directories, with FreeType-2.5.1.

Modified:
   trunk/BOOK/general/prog/cmake.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/cmake.xml
==============================================================================
--- trunk/BOOK/general/prog/cmake.xml   Mon Dec  2 08:48:10 2013        (r12328)
+++ trunk/BOOK/general/prog/cmake.xml   Mon Dec  2 09:51:43 2013        (r12329)
@@ -74,6 +74,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink url="&patch-root;/cmake-&cmake-version;-freetype-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
@@ -102,10 +112,11 @@
       commands:
     </para>
 
-<screen><userinput>./bootstrap --prefix=/usr       \
+<screen><userinput>patch -Np1 -i ../cmake-&cmake-version;-freetype-1.patch 
&amp;&amp;
+./bootstrap --prefix=/usr       \
             --system-libs       \
             --mandir=/share/man \
-            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
+            --docdir=/share/doc/cmake-&cmake-version;   &amp;&amp;
 make</userinput></screen>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Dec  2 08:48:10 
2013        (r12328)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Dec  2 09:51:43 
2013        (r12329)
@@ -47,6 +47,11 @@
       <para>December 2nd, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Fix CMake-2.8.12.1 to find freetype include
+          directories, with FreeType-2.5.1.
+          Fixes <ulink url="&blfs-ticket-root;4401">#4401</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Fix VLC-2.1.1 to build with FreeType-2.5.1.
           Fixes <ulink url="&blfs-ticket-root;4402">#4402</ulink>.</para>
         </listitem>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to