diff options
author | 2018-07-01 11:01:17 -0400 | |
---|---|---|
committer | 2018-07-01 11:06:48 -0400 | |
commit | a15772b28d2913de0f5c6b192e867f99c10962ac (patch) | |
tree | 1c569d8a105f45956eb1ae1ce5734fe194f4304a /media-gfx/qiv/files | |
parent | dev-python/wcsaxes: amd64 stable, bug #599846 (diff) | |
download | gentoo-a15772b28d2913de0f5c6b192e867f99c10962ac.tar.gz gentoo-a15772b28d2913de0f5c6b192e867f99c10962ac.tar.bz2 gentoo-a15772b28d2913de0f5c6b192e867f99c10962ac.zip |
media-gfx/qiv: version bump to 2.3.2
Closes: https://bugs.gentoo.org/582404
Diffstat (limited to 'media-gfx/qiv/files')
-rw-r--r-- | media-gfx/qiv/files/qiv-2.3.2-optional-tiff.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-gfx/qiv/files/qiv-2.3.2-optional-tiff.patch b/media-gfx/qiv/files/qiv-2.3.2-optional-tiff.patch new file mode 100644 index 000000000000..e00ad10f93e2 --- /dev/null +++ b/media-gfx/qiv/files/qiv-2.3.2-optional-tiff.patch @@ -0,0 +1,22 @@ +Make tiff header usage conditional on LCMS support as intended. + +--- ciberandy-qiv-14b562fe2fc3/qiv.h ++++ ciberandy-qiv-14b562fe2fc3/qiv.h +@@ -12,6 +12,7 @@ + #ifdef SUPPORT_LCMS + #include <lcms2.h> + #include <jpeglib.h> ++#include <tiffio.h> + #endif + + /* +--- ciberandy-qiv-14b562fe2fc3/utils.c ++++ ciberandy-qiv-14b562fe2fc3/utils.c +@@ -17,7 +17,6 @@ + #include <dirent.h> + #include <fcntl.h> + #include <errno.h> +-#include <tiffio.h> + #include <X11/extensions/dpms.h> + #ifdef HAVE_EXIF + #include <libexif/exif-loader.h> |