]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- adjusted for 1.8.10 auto/th/cairo-1_8_10-1 auto/ti/cairo-1_8_10-1
authoramateja <amateja@pld-linux.org>
Tue, 23 Feb 2010 07:43:08 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-link.patch -> 1.7

cairo-link.patch

index d5bfbe960eec28a78c8fe109805a6f585cb32efe..e9353575734f0ae8423b5f559462dbaabadd9852 100644 (file)
@@ -1,6 +1,6 @@
---- cairo-1.2.2/configure.ac.orig      2006-08-08 23:05:54.000000000 +0000
-+++ cairo-1.2.2/configure.ac   2006-08-09 07:42:54.315971000 +0000
-@@ -227,7 +227,7 @@
+--- cairo-1.8.10/configure.ac.orig     2010-02-19 19:38:03.000000000 +0100
++++ cairo-1.8.10/configure.ac  2010-02-23 08:25:04.000000000 +0100
+@@ -43,7 +43,7 @@
                     if test "x$no_x" = xyes; then
                       use_xlib="no (requires X development libraries)"
                     else
@@ -9,13 +9,11 @@
                       xlib_NONPKGCONFIG_CFLAGS=$X_CFLAGS
                     fi])
  ])
---- cairo-1.8.8/configure.ac~  2010-01-28 11:11:34.663816129 +0100
-+++ cairo-1.8.8/configure.ac   2010-01-28 11:13:43.651094955 +0100
 @@ -161,7 +161,7 @@
    AC_ARG_VAR([png_REQUIRES], [module name for libpng to search for using pkg-config])
    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 libpng10 libpng; do
 +    for l in libpng libpng14 libpng12 libpng13 libpng10 ; do
        if $PKG_CONFIG --exists $l ; then
          png_REQUIRES=$l
This page took 0.089404 seconds and 4 git commands to generate.