diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-09-25 20:42:45 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-10-01 18:34:47 -0400 |
commit | 0d0bd8972089d8b891b4d021b57328653ee9012f (patch) | |
tree | badb7db323761aa65029bc412bcf7f5f6ab15ec6 /cairo | |
parent | 0ce20f250af2a0adbaa37f45a13e8fe8f39eb4cc (diff) |
make cairo build with libpng 1.5
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/cairo-1.8.0.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/cairo-1.8.0.patch b/cairo/cairo-1.8.0.patch index 3c1f7807cba3..0ada5a469ce5 100644 --- a/cairo/cairo-1.8.0.patch +++ b/cairo/cairo-1.8.0.patch @@ -202,7 +202,7 @@ diff -ur misc/build/cairo-1.8.0.org/configure misc/build/cairo-1.8.0/configure 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 ++ for l in libpng12 libpng13 libpng14 libpng15 libpng10 ; do if $PKG_CONFIG --exists $l ; then png_REQUIRES=$l use_png=yes |