aboutsummaryrefslogtreecommitdiff
path: root/ports/leptonica/use-tiff-libraries.patch
diff options
context:
space:
mode:
authorPhoebe <v-phma@microsoft.com>2019-07-21 23:47:33 -0700
committerPhoebe <v-phma@microsoft.com>2019-07-21 23:47:33 -0700
commit7ae7efd5799c1cce10ef9e76ee489185de9b0c44 (patch)
treec27d20947b2e3883bbc9badb53fdbd35514f6504 /ports/leptonica/use-tiff-libraries.patch
parent22be764ecc302d93371b8f7a05faf0fc4e39fa31 (diff)
downloadvcpkg-7ae7efd5799c1cce10ef9e76ee489185de9b0c44.tar.gz
vcpkg-7ae7efd5799c1cce10ef9e76ee489185de9b0c44.zip
[leptionica] upgrade to 1.78
Diffstat (limited to 'ports/leptonica/use-tiff-libraries.patch')
-rw-r--r--ports/leptonica/use-tiff-libraries.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/ports/leptonica/use-tiff-libraries.patch b/ports/leptonica/use-tiff-libraries.patch
index f994be552..4db86ef7b 100644
--- a/ports/leptonica/use-tiff-libraries.patch
+++ b/ports/leptonica/use-tiff-libraries.patch
@@ -1,13 +1,13 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 3af7e30..55e17da 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -44,7 +44,7 @@ if (PNG_LIBRARY)
- endif()
- if (TIFF_LIBRARY)
- target_include_directories (leptonica PUBLIC ${TIFF_INCLUDE_DIR})
-- target_link_libraries (leptonica ${TIFF_LIBRARY})
-+ target_link_libraries (leptonica ${TIFF_LIBRARIES})
- endif()
- if (WEBP_FOUND)
- target_include_directories (leptonica PUBLIC ${WEBP_INCLUDE_DIR})
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 6daad98..5119895 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -48,7 +48,7 @@ if (PNG_LIBRARY)
+ endif()
+ if (TIFF_LIBRARY)
+ target_include_directories (leptonica PUBLIC ${TIFF_INCLUDE_DIR})
+- target_link_libraries (leptonica ${TIFF_LIBRARY})
++ target_link_libraries (leptonica ${TIFF_LIBRARIES})
+ endif()
+ if (WEBP_FOUND)
+ target_include_directories (leptonica PUBLIC ${WEBP_INCLUDE_DIRS})