diff --git a/ports/gdal/portfile.cmake b/ports/gdal/portfile.cmake index 1c01346378..6ff0dac44f 100644 --- a/ports/gdal/portfile.cmake +++ b/ports/gdal/portfile.cmake @@ -67,7 +67,7 @@ if(GDAL_USE_ICONV AND VCPKG_TARGET_IS_WINDOWS) endif() # Compatibility with older Android versions https://github.com/OSGeo/gdal/pull/5941 -if(VCPKG_TARGET_IS_ANDROID AND ANRDOID_PLATFORM VERSION_LESS 24 AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")) +if(VCPKG_TARGET_IS_ANDROID AND ANDROID_PLATFORM VERSION_LESS 24 AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")) list(APPEND FEATURE_OPTIONS -DBUILD_WITHOUT_64BIT_OFFSET=ON) endif() diff --git a/ports/gdal/vcpkg.json b/ports/gdal/vcpkg.json index 325666a06b..8b731cc288 100644 --- a/ports/gdal/vcpkg.json +++ b/ports/gdal/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gdal", "version-semver": "3.10.0", - "port-version": 1, + "port-version": 2, "description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data", "homepage": "https://gdal.org", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index fd3575b861..c06f3f785a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3046,7 +3046,7 @@ }, "gdal": { "baseline": "3.10.0", - "port-version": 1 + "port-version": 2 }, "gdcm": { "baseline": "3.0.24", diff --git a/versions/g-/gdal.json b/versions/g-/gdal.json index d86135e5a9..a6f5d78860 100644 --- a/versions/g-/gdal.json +++ b/versions/g-/gdal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "88a7fee530483435f48df0f4b74ec378fee3345a", + "version-semver": "3.10.0", + "port-version": 2 + }, { "git-tree": "19d3353df9cfc0a3a7e51b4450438e5d2d9ed1e6", "version-semver": "3.10.0",