Author: ken
Date: Sat Feb  7 15:08:27 2015
New Revision: 15467

Log:
Patch cairo.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/cairo.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Feb  7 14:24:44 
2015        (r15466)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Feb  7 15:08:27 
2015        (r15467)
@@ -48,6 +48,9 @@
       <para>February 7th, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Patch cairo to prevent crashes with certain 
files.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Update to gnumeric-1.12.20. Fixes
           <ulink url="&blfs-ticket-root;6114">#6114</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/cairo.xml
==============================================================================
--- trunk/BOOK/x/lib/cairo.xml  Sat Feb  7 14:24:44 2015        (r15466)
+++ trunk/BOOK/x/lib/cairo.xml  Sat Feb  7 15:08:27 2015        (r15467)
@@ -83,6 +83,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/cairo-&cairo-version;-upstream_fixes-2.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Cairo Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -125,7 +135,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr    \
+<screen><userinput>patch -Np1 -i 
../cairo-&cairo-version;-upstream_fixes-2.patch &amp;&amp;
+./configure --prefix=/usr    \
             --disable-static \
             --enable-tee &amp;&amp;
 make</userinput></screen>
-- 
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