aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/dmlc/CONTROL2
-rw-r--r--ports/libpq/CONTROL2
-rw-r--r--ports/libpq/vcpkg-cmake-wrapper.cmake4
-rw-r--r--ports/opencc/CONTROL2
4 files changed, 6 insertions, 4 deletions
diff --git a/ports/dmlc/CONTROL b/ports/dmlc/CONTROL
index 9a0c2c370..c75a86da6 100644
--- a/ports/dmlc/CONTROL
+++ b/ports/dmlc/CONTROL
@@ -1,5 +1,5 @@
Source: dmlc
-Version: 2019-08-12-2
+Version: 2019-08-12-3
Homepage: https://github.com/dmlc/dmlc-core
Description: DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.
Default-Features: openmp
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL
index 979cd7901..8b2c9f249 100644
--- a/ports/libpq/CONTROL
+++ b/ports/libpq/CONTROL
@@ -1,5 +1,5 @@
Source: libpq
-Version: 12.2
+Version: 12.2-1
Build-Depends: libpq[bonjour] (osx)
Supports: !uwp
Homepage: https://www.postgresql.org/
diff --git a/ports/libpq/vcpkg-cmake-wrapper.cmake b/ports/libpq/vcpkg-cmake-wrapper.cmake
index 29a81eedd..5fd40d26c 100644
--- a/ports/libpq/vcpkg-cmake-wrapper.cmake
+++ b/ports/libpq/vcpkg-cmake-wrapper.cmake
@@ -10,6 +10,8 @@ if(PostgreSQL_FOUND)
find_library(PostgreSQL_DL_LIBRARY NAMES dl)
if(PostgreSQL_DL_LIBRARY)
list(APPEND PostgreSQL_LIBRARIES "dl")
- set_property(TARGET PostgreSQL::PostgreSQL APPEND PROPERTY INTERFACE_LINK_LIBRARIES "dl")
+ if(TARGET PostgreSQL::PostgreSQL)
+ set_property(TARGET PostgreSQL::PostgreSQL APPEND PROPERTY INTERFACE_LINK_LIBRARIES "dl")
+ endif()
endif()
endif()
diff --git a/ports/opencc/CONTROL b/ports/opencc/CONTROL
index 7b6ee7df4..b59adc760 100644
--- a/ports/opencc/CONTROL
+++ b/ports/opencc/CONTROL
@@ -1,5 +1,5 @@
Source: opencc
-Version: 2020-04-26-3
+Version: 2020-04-26-4
Description: A project for conversion between Traditional and Simplified Chinese
Homepage: https://github.com/BYVoid/OpenCC
Supports: !(arm|arm64|uwp)