summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-12-17 23:43:21 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2017-12-18 00:13:31 +0100
commit1586017e00dd18e91322c10ecd83e1aed5a6579e (patch)
treebb32a46e88c0388c04f44e5f2cf2d7e49eaf3a15 /x11-libs/gdk-pixbuf/files
parentdev-util/glade: version bump 3.20.0 → 3.20.2 (diff)
downloadgentoo-1586017e00dd18e91322c10ecd83e1aed5a6579e.tar.gz
gentoo-1586017e00dd18e91322c10ecd83e1aed5a6579e.tar.bz2
gentoo-1586017e00dd18e91322c10ecd83e1aed5a6579e.zip
x11-libs/gdk-pixbuf: version bump 2.36.10-r2 → 2.36.11
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-libs/gdk-pixbuf/files')
-rw-r--r--x11-libs/gdk-pixbuf/files/2.36.11-fix-libtiff-disable.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-libs/gdk-pixbuf/files/2.36.11-fix-libtiff-disable.patch b/x11-libs/gdk-pixbuf/files/2.36.11-fix-libtiff-disable.patch
new file mode 100644
index 000000000000..23caca99a594
--- /dev/null
+++ b/x11-libs/gdk-pixbuf/files/2.36.11-fix-libtiff-disable.patch
@@ -0,0 +1,26 @@
+From 5c4edf2cc22468a8410c19cb8b236b227fca300a Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Tue, 10 Oct 2017 14:33:18 +0300
+Subject: [PATCH] build: Fix --without-libtiff not having an effect
+
+https://bugzilla.gnome.org/show_bug.cgi?id=788770
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index b45f407b5..9f5d6fbee 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -676,7 +676,7 @@ if test x$gio_can_sniff = x; then
+ AC_DEFINE(GDK_PIXBUF_USE_GIO_MIME, 1, [Define if gio can sniff image data])
+ fi
+
+-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)
+--
+2.15.0
+