Author: andy
Date: 2012-04-25 16:12:58 -0600 (Wed, 25 Apr 2012)
New Revision: 10000

Modified:
   trunk/BOOK/x/lib/cairo.xml
Log:
sed for cairo to fix a problem with Libre Office

Modified: trunk/BOOK/x/lib/cairo.xml
===================================================================
--- trunk/BOOK/x/lib/cairo.xml  2012-04-25 21:17:59 UTC (rev 9999)
+++ trunk/BOOK/x/lib/cairo.xml  2012-04-25 22:12:58 UTC (rev 10000)
@@ -150,9 +150,9 @@
     </para>
 
 <screen><userinput>sed -i 's#check-plt.sh ##' src/Makefile.in &amp;&amp;
+sed -i 's# &gt; 0 # &gt;= 0 #g;s#X;#X);#;s#rn w#rn (w#' 
src/cairo-xlib-surface.c &amp;&amp;
 patch -p1 &lt; ../cairo-&cairo-version;-expose-snapshot-1.patch &amp;&amp;
-./configure --prefix=/usr \
-  --disable-static --enable-tee --enable-xcb &amp;&amp;
+./configure --prefix=/usr --disable-static --enable-tee --enable-xcb &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -182,6 +182,14 @@
     </para>
 
     <para>
+      <command>sed -i 's# &gt; 0 # &gt;= 0 #g;s#X;#X);#;s#rn w#rn (w#'
+      src/cairo-xlib-surface.c</command>: This sed fixes a problem which would
+      otherwise make <application>Libre Office Impress</application> unable to
+      show presentations.
+      <!-- https://bugs.freedesktop.org/show_bug.cgi?id=49118 -->
+    </para>
+
+    <para>
       <command>patch -p1 &lt;
       ../cairo-&cairo-version;-expose-snapshot-1.patch</command>: This patch
       exposes some private functions that <application>Firefox</application>

-- 
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