commit: 26a1f15bb0a5261c1c6506aa0305aea13acd314c Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Thu Sep 21 21:10:52 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Thu Sep 21 21:20:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a1f15b
fix detection of libtiff in upstream patch, bug #631088 Closes: https://bugs.gentoo.org/show_bug.cgi?id=631088 x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch | 2 +- .../{gdk-pixbuf-2.36.10-r1.ebuild => gdk-pixbuf-2.36.10-r2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) 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 47e62ef9118..80ed32f83f3 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 similarity index 100% rename from x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r1.ebuild rename to x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.10-r2.ebuild
