aboutsummaryrefslogtreecommitdiff
path: root/ports/spatialite-tools
diff options
context:
space:
mode:
authorLong Huan <8551701+longhuan2018@users.noreply.github.com>2020-12-02 05:59:39 +0800
committerGitHub <noreply@github.com>2020-12-01 13:59:39 -0800
commit629acdf9d12fd619ba93483c77dfbd73acc9b72c (patch)
tree8a7011a096171338a6f33662236f18bc7a718502 /ports/spatialite-tools
parent5d813f388088ab05cbc36cb304204749af6ada2f (diff)
downloadvcpkg-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/spatialite-tools')
-rw-r--r--ports/spatialite-tools/CONTROL2
-rw-r--r--ports/spatialite-tools/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/spatialite-tools/CONTROL b/ports/spatialite-tools/CONTROL
index fbbad4d41..99ab33c17 100644
--- a/ports/spatialite-tools/CONTROL
+++ b/ports/spatialite-tools/CONTROL
@@ -1,6 +1,6 @@
Source: spatialite-tools
Version: 4.3.0
-Port-Version: 5
+Port-Version: 6
Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/index
Description: Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries)
Build-Depends: sqlite3, libspatialite, geos, readosm, proj4, zlib, libiconv, expat
diff --git a/ports/spatialite-tools/portfile.cmake b/ports/spatialite-tools/portfile.cmake
index 540e29b18..111dc0c43 100644
--- a/ports/spatialite-tools/portfile.cmake
+++ b/ports/spatialite-tools/portfile.cmake
@@ -54,7 +54,7 @@ set(LIBS_ALL_DBG
${EXPAT_LIBS_DBG} \
${LDIR}/debug/lib/readosm.lib \
${LDIR}/debug/lib/zlibd.lib \
- ${LDIR}/debug/lib/proj_d.lib"
+ ${LDIR}/debug/lib/proj_d.lib ole32.lib shell32.lib"
)
set(LIBS_ALL_REL
"${ICONV_LIBS_REL} \
@@ -65,7 +65,7 @@ set(LIBS_ALL_REL
${EXPAT_LIBS_REL} \
${LDIR}/lib/readosm.lib \
${LDIR}/lib/zlib.lib \
- ${LDIR}/lib/proj.lib"
+ ${LDIR}/lib/proj.lib ole32.lib shell32.lib"
)
if(BUILD_DEBUG_TOOLS)