aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kuhn <matthias@opengis.ch>2021-07-26 20:10:39 +0200
committerGitHub <noreply@github.com>2021-07-26 11:10:39 -0700
commited98cae63fef90783a1a5c024564514610860a1d (patch)
tree21e51a55746fa74b59dcd83a2fa941ffc32af719
parent2ded2ea944328981bbb3d0aa4da5f76d707d67ef (diff)
downloadvcpkg-ed98cae63fef90783a1a5c024564514610860a1d.tar.gz
vcpkg-ed98cae63fef90783a1a5c024564514610860a1d.zip
[libgeotiff] fix build on ios (#19113)
* libgeotiff on ios * x-add-version
-rw-r--r--ports/libgeotiff/CONTROL2
-rw-r--r--ports/libgeotiff/portfile.cmake1
-rw-r--r--versions/baseline.json2
-rw-r--r--versions/l-/libgeotiff.json5
4 files changed, 8 insertions, 2 deletions
diff --git a/ports/libgeotiff/CONTROL b/ports/libgeotiff/CONTROL
index 54e9022b8..03fc37b62 100644
--- a/ports/libgeotiff/CONTROL
+++ b/ports/libgeotiff/CONTROL
@@ -1,6 +1,6 @@
Source: libgeotiff
Version: 1.6.0
-Port-Version: 2
+Port-Version: 3
Homepage: https://github.com/OSGeo/libgeotiff
Description: Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags.
Build-Depends: tiff, proj4, zlib, libjpeg-turbo
diff --git a/ports/libgeotiff/portfile.cmake b/ports/libgeotiff/portfile.cmake
index 967c7cd78..deba3b12b 100644
--- a/ports/libgeotiff/portfile.cmake
+++ b/ports/libgeotiff/portfile.cmake
@@ -28,6 +28,7 @@ vcpkg_configure_cmake(
-DWITH_ZLIB=1
-DWITH_JPEG=1
-DWITH_UTILITIES=1
+ -DCMAKE_MACOSX_BUNDLE=0
)
vcpkg_install_cmake()
diff --git a/versions/baseline.json b/versions/baseline.json
index 1a7ac3680..14a280d9c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3198,7 +3198,7 @@
},
"libgeotiff": {
"baseline": "1.6.0",
- "port-version": 2
+ "port-version": 3
},
"libgit2": {
"baseline": "1.1.0",
diff --git a/versions/l-/libgeotiff.json b/versions/l-/libgeotiff.json
index 7e6867b16..2f03e9f49 100644
--- a/versions/l-/libgeotiff.json
+++ b/versions/l-/libgeotiff.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "2776355ea4b59dd06ec5b231c5080cd9b2157a16",
+ "version-string": "1.6.0",
+ "port-version": 3
+ },
+ {
"git-tree": "7cd5cd08571c3a463ea30e6b47a6e407301199fe",
"version-string": "1.6.0",
"port-version": 2