poppler/reduce-libtiff-required-version.patch

14 lines
503 B
Diff
Raw Normal View History

Index: poppler-23.10.0/CMakeLists.txt
===================================================================
--- poppler-23.10.0.orig/CMakeLists.txt
+++ poppler-23.10.0/CMakeLists.txt
@@ -166,7 +166,7 @@ endmacro()
find_soft_mandatory_package(ENABLE_NSS3 NSS3 3.68)
find_soft_mandatory_package(ENABLE_GPGME Gpgmepp 1.19)
-find_soft_mandatory_package(ENABLE_LIBTIFF TIFF 4.1)
+find_soft_mandatory_package(ENABLE_LIBTIFF TIFF 4.0.9)
macro_optional_find_package(JPEG)
macro_optional_find_package(PNG)