summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch')
-rw-r--r--x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch2
1 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)