summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-06-16 18:11:35 +0000
committerDror Levin <spatz@gentoo.org>2010-06-16 18:11:35 +0000
commitb2e942a0cff68d0ba0db611e650bfbbc90a56f69 (patch)
tree94f09fcc33074b2e23d675f49f2289dce5ebb19d /x11-libs/cairo/files
parentAdded fix against crash with x11-libs/cairo-1.8.10 (diff)
downloadgentoo-2-b2e942a0cff68d0ba0db611e650bfbbc90a56f69.tar.gz
gentoo-2-b2e942a0cff68d0ba0db611e650bfbbc90a56f69.tar.bz2
gentoo-2-b2e942a0cff68d0ba0db611e650bfbbc90a56f69.zip
Version bump now that mozilla issues are solved.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/cairo/files')
-rw-r--r--x11-libs/cairo/files/cairo-1.8.10-libpng14.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/cairo/files/cairo-1.8.10-libpng14.patch b/x11-libs/cairo/files/cairo-1.8.10-libpng14.patch
new file mode 100644
index 000000000000..18723675f8cb
--- /dev/null
+++ b/x11-libs/cairo/files/cairo-1.8.10-libpng14.patch
@@ -0,0 +1,11 @@
+--- configure.ac
++++ configure.ac
+@@ -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 libpng; do
++ for l in libpng14 libpng12 libpng13 libpng10 libpng; do
+ if $PKG_CONFIG --exists $l ; then
+ png_REQUIRES=$l
+ use_png=yes