[Libreoffice-commits] .: cairo/cairo-1.8.0.patch

Michael Meeks michael at kemper.freedesktop.org
Mon May 30 07:10:04 PDT 2011


 cairo/cairo-1.8.0.patch |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 85fce29cc5329f9e9cc9f60ae813936002b73b22
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon May 30 15:07:49 2011 +0100

    allow building non-system cairo with system libpng14

diff --git a/cairo/cairo-1.8.0.patch b/cairo/cairo-1.8.0.patch
index e693eb4..d18396c 100644
--- a/cairo/cairo-1.8.0.patch
+++ b/cairo/cairo-1.8.0.patch
@@ -186,6 +186,15 @@ diff -ur misc/build/cairo-1.8.0.org/configure misc/build/cairo-1.8.0/configure
  
  
  { echo "$as_me:$LINENO: checking for X" >&5
+@@ -31723,7 +31723,7 @@
+ 
+   if test "x$png_REQUIRES" = x; then
+     # libpng13 is GnuWin32's libpng-1.2.8 :-(
+-    for l in libpng12 libpng13 libpng10 ; do
++    for l in libpng12 libpng13 libpng14 libpng10 ; do
+       if $PKG_CONFIG --exists $l ; then
+         png_REQUIRES=$l
+         use_png=yes
 @@ -34097,7 +34129,7 @@
  
      # The ps backend requires zlib.


More information about the Libreoffice-commits mailing list