diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-09-21 23:10:52 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-09-21 23:20:59 +0200 |
commit | 26a1f15bb0a5261c1c6506aa0305aea13acd314c (patch) | |
tree | a646dc95bd88699afa6c16132a06d8291c262c5c /x11-libs | |
parent | app-i18n/fcitx-chewing: Update metadata.xml. (diff) | |
download | gentoo-26a1f15bb0a5261c1c6506aa0305aea13acd314c.tar.gz gentoo-26a1f15bb0a5261c1c6506aa0305aea13acd314c.tar.bz2 gentoo-26a1f15bb0a5261c1c6506aa0305aea13acd314c.zip |
fix detection of libtiff in upstream patch, bug #631088
Closes: https://bugs.gentoo.org/show_bug.cgi?id=631088
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch | 2 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r2.ebuild (renamed from x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r1.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch b/x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch index 47e62ef91187..80ed32f83f3c 100644 --- a/x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch +++ b/x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch @@ -26,7 +26,7 @@ index 0abe5ce..c07bd6f 100644 fi -AM_CONDITIONAL(HAVE_TIFF, test "x$LIBTIFF" != x) -+AM_CONDITIONAL(HAVE_TIFF, test "x$libtiff_found" != x) ++AM_CONDITIONAL(HAVE_TIFF, test "x$libtiff_found" != xno) AM_CONDITIONAL(HAVE_PNG, test "x$LIBPNG" != x) AM_CONDITIONAL(HAVE_JPEG, test "x$LIBJPEG" != x) AM_CONDITIONAL(HAVE_JASPER, test "x$LIBJASPER" != x) diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r2.ebuild index b56eb7ce2666..b56eb7ce2666 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r2.ebuild |