diff options
| author | Long Huan <8551701+longhuan2018@users.noreply.github.com> | 2020-12-02 05:59:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 13:59:39 -0800 |
| commit | 629acdf9d12fd619ba93483c77dfbd73acc9b72c (patch) | |
| tree | 8a7011a096171338a6f33662236f18bc7a718502 /ports/libspatialite | |
| parent | 5d813f388088ab05cbc36cb304204749af6ada2f (diff) | |
| download | vcpkg-629acdf9d12fd619ba93483c77dfbd73acc9b72c.tar.gz vcpkg-629acdf9d12fd619ba93483c77dfbd73acc9b72c.zip | |
[Proj4] Update to 7.2.0 (#14800)
* update proj4 to 7.2.0
* fix cmake find
* add tiff,curl feature
* fix depends
* Update fix-proj4-targets-cmake.patch
* fix
* remove tiff and curl when static build
* fix windows static build error
* Update ports/proj4/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* change port version
* use find_dependency instead of find_package
* Update fix-proj4-targets-cmake.patch
* Update fix-proj4-targets-cmake.patch
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/libspatialite')
| -rw-r--r-- | ports/libspatialite/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libspatialite/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libspatialite/CONTROL b/ports/libspatialite/CONTROL index 38b4041f1..9cedf5f17 100644 --- a/ports/libspatialite/CONTROL +++ b/ports/libspatialite/CONTROL @@ -1,6 +1,6 @@ Source: libspatialite Version: 4.3.0a -Port-Version: 6 +Port-Version: 7 Homepage: https://www.gaia-gis.it/gaia-sins/libspatialite-sources Description: SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. Build-Depends: libxml2, sqlite3, geos, proj4, zlib, freexl, libiconv diff --git a/ports/libspatialite/portfile.cmake b/ports/libspatialite/portfile.cmake index 9f1f3d6bd..4496656a9 100644 --- a/ports/libspatialite/portfile.cmake +++ b/ports/libspatialite/portfile.cmake @@ -44,7 +44,7 @@ if (VCPKG_TARGET_IS_WINDOWS) ${CURRENT_INSTALLED_DIR}/debug/lib/zlibd.lib \ ${LIBXML2_LIBS_DBG} \ ${GEOS_LIBS_DBG} \ - ${CURRENT_INSTALLED_DIR}/debug/lib/proj_d.lib" + ${CURRENT_INSTALLED_DIR}/debug/lib/proj_d.lib ole32.lib shell32.lib" ) set(LIBS_ALL_REL "${CURRENT_INSTALLED_DIR}/lib/iconv.lib \ @@ -54,7 +54,7 @@ if (VCPKG_TARGET_IS_WINDOWS) ${CURRENT_INSTALLED_DIR}/lib/zlib.lib \ ${LIBXML2_LIBS_REL} \ ${GEOS_LIBS_REL} \ - ${CURRENT_INSTALLED_DIR}/lib/proj.lib" + ${CURRENT_INSTALLED_DIR}/lib/proj.lib ole32.lib shell32.lib" ) ################ |
