]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- look for libpng instead of libpng12
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 Jan 2010 10:15:49 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-link.patch -> 1.6

cairo-link.patch

index b1bb20dbfb60d7a2ea8630e56fef53c5c40fa9be..d5bfbe960eec28a78c8fe109805a6f585cb32efe 100644 (file)
@@ -9,3 +9,14 @@
                       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 libpng libpng14 libpng12 libpng13 libpng10 ; do
+       if $PKG_CONFIG --exists $l ; then
+         png_REQUIRES=$l
+         use_png=yes
This page took 0.082793 seconds and 4 git commands to generate.