aboutsummaryrefslogtreecommitdiff
path: root/ports
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 /ports
parent2ded2ea944328981bbb3d0aa4da5f76d707d67ef (diff)
downloadvcpkg-ed98cae63fef90783a1a5c024564514610860a1d.tar.gz
vcpkg-ed98cae63fef90783a1a5c024564514610860a1d.zip
[libgeotiff] fix build on ios (#19113)
* libgeotiff on ios * x-add-version
Diffstat (limited to 'ports')
-rw-r--r--ports/libgeotiff/CONTROL2
-rw-r--r--ports/libgeotiff/portfile.cmake1
2 files changed, 2 insertions, 1 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()