[Libreoffice-commits] .: cairo/cairo-1.10.2.patch
Fridrich Strba
fridrich at kemper.freedesktop.org
Tue Dec 20 00:58:29 PST 2011
cairo/cairo-1.10.2.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 275e6c62917bffe65dd6c26f42e42ae6324619fe
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
diff --git a/cairo/cairo-1.10.2.patch b/cairo/cairo-1.10.2.patch
index eb0885e..d13c1e4 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