aboutsummaryrefslogtreecommitdiff
path: root/ports/tiff/CONTROL
diff options
context:
space:
mode:
authorHiroshi Miura <miurahr@linux.com>2018-08-03 16:14:51 +0900
committerRobert Schumacher <roschuma@microsoft.com>2018-08-03 00:14:51 -0700
commit3eeaf564d1714ee533c59e7c79cf5e19a1b4e983 (patch)
tree84e5bd12d1eb98ccc4bd8b89d22cd11ab979c665 /ports/tiff/CONTROL
parent09ccd053dbb0b48833fa82331d1fbdccd9cb054a (diff)
downloadvcpkg-3eeaf564d1714ee533c59e7c79cf5e19a1b4e983.tar.gz
vcpkg-3eeaf564d1714ee533c59e7c79cf5e19a1b4e983.zip
[libgeotiff] support linux build (#3843)
* [libgeotiff] fix compile on linux Fix cmake libtiff functions detetion failure caused by finding no functions in libm. Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [libgeotiff] fix utility binary handling in linux Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [tiff] Fix static transitive dependencies * [libgeotiff] Fix .dll and .exe manipulation * [leptonica] Find dependencies in installed cmake config file * [tiff] Do not add cmake targets to TIFF_LIBRARIES * [tiff] Link consumers against m on unix platforms
Diffstat (limited to 'ports/tiff/CONTROL')
-rw-r--r--ports/tiff/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tiff/CONTROL b/ports/tiff/CONTROL
index 7a91d1d5b..710b7a1c2 100644
--- a/ports/tiff/CONTROL
+++ b/ports/tiff/CONTROL
@@ -1,4 +1,4 @@
Source: tiff
-Version: 4.0.9
+Version: 4.0.9-4
Build-Depends: zlib, libjpeg-turbo, liblzma (windows)
Description: A library that supports the manipulation of TIFF image files