[Libreoffice-commits] .: Branch 'libreoffice-3-5' - cairo/cairo-1.10.2.patch

Fridrich Strba fridrich at kemper.freedesktop.org
Tue Dec 20 00:59:56 PST 2011


 cairo/cairo-1.10.2.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit f38f354e830c60c60eb35cdfaf9f4e62dee54c51
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Dec 20 09:58:07 2011 +0100

    Disable cairo svg surface on windows to avoid problems with missing header
    
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/cairo/cairo-1.10.2.patch b/cairo/cairo-1.10.2.patch
index 6bc44c9..05e341e 100644
--- a/cairo/cairo-1.10.2.patch
+++ b/cairo/cairo-1.10.2.patch
@@ -1,3 +1,14 @@
+--- misc/cairo-1.10.2/build/Makefile.win32.features	2010-08-18 09:47:30.000000000 +0200
++++ misc/build/cairo-1.10.2/build/Makefile.win32.features	2011-12-20 09:57:06.428170146 +0100
+@@ -30,7 +30,7 @@
+ CAIRO_HAS_FC_FONT=0
+ CAIRO_HAS_PS_SURFACE=1
+ CAIRO_HAS_PDF_SURFACE=1
+-CAIRO_HAS_SVG_SURFACE=1
++CAIRO_HAS_SVG_SURFACE=0
+ CAIRO_HAS_TEST_SURFACES=0
+ CAIRO_HAS_TEE_SURFACE=0
+ CAIRO_HAS_XML_SURFACE=0
 --- misc/cairo-1.10.2/build/Makefile.win32.common	2009-06-14 23:53:24.000000000 +0200
 +++ misc/build/cairo-1.10.2/build/Makefile.win32.common	2009-06-14 23:53:24.000000000 +0200
 @@ -22,24 +22,26 @@


More information about the Libreoffice-commits mailing list