You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/qiv/files/qiv-2.3.2-optional-tiff.patch

23 lines
519 B

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>