From dba828e5904dcf6bec908571ece9ab3ab2c51232 Mon Sep 17 00:00:00 2001 From: "ing. Federico Fuga" Date: Thu, 13 Dec 2018 13:06:27 +0100 Subject: [PATCH 1/2] Geos: Removed empty directory after install (when only static lib are built) --- ports/geos/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/geos/portfile.cmake b/ports/geos/portfile.cmake index 2f374e79d3..673b159f85 100644 --- a/ports/geos/portfile.cmake +++ b/ports/geos/portfile.cmake @@ -26,6 +26,10 @@ vcpkg_configure_cmake( ) vcpkg_install_cmake() +if(VCPKG_LIBRARY_LINKAGE STREQUAL static) + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) +endif() + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) if(EXISTS ${CURRENT_PACKAGES_DIR}/bin/geos-config) From 96b282341fd80763ef8533ba6619064ad3e8a60f Mon Sep 17 00:00:00 2001 From: Phil Christensen Date: Thu, 13 Dec 2018 16:19:44 -0800 Subject: [PATCH 2/2] [geos] bump control version number --- ports/geos/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/geos/CONTROL b/ports/geos/CONTROL index 0a4421eea7..cb19bebd9a 100644 --- a/ports/geos/CONTROL +++ b/ports/geos/CONTROL @@ -1,3 +1,3 @@ Source: geos -Version: 3.6.3-2 +Version: 3.6.3-3 Description: Geometry Engine Open Source