aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/nanodbc/CONTROL3
-rw-r--r--ports/unixodbc/CONTROL2
-rw-r--r--ports/unixodbc/portfile.cmake1
3 files changed, 4 insertions, 2 deletions
diff --git a/ports/nanodbc/CONTROL b/ports/nanodbc/CONTROL
index a4513d4f6..92097e188 100644
--- a/ports/nanodbc/CONTROL
+++ b/ports/nanodbc/CONTROL
@@ -1,4 +1,5 @@
Source: nanodbc
-Version: 2.12.4-7
+Version: 2.12.4-8
Homepage: https://github.com/lexicalunit/nanodbc
Description: A small C++ wrapper for the native C ODBC API.
+Build-Depends: unixodbc
diff --git a/ports/unixodbc/CONTROL b/ports/unixodbc/CONTROL
index c82960153..8ff0ce87b 100644
--- a/ports/unixodbc/CONTROL
+++ b/ports/unixodbc/CONTROL
@@ -1,5 +1,5 @@
Source: unixodbc
-Version: 2.3.7
+Version: 2.3.7-1
Homepage: https://github.com/lurcher/unixODBC
Description: unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX
Supports: (osx|linux)
diff --git a/ports/unixodbc/portfile.cmake b/ports/unixodbc/portfile.cmake
index 31cdf33e8..4ae0fd149 100644
--- a/ports/unixodbc/portfile.cmake
+++ b/ports/unixodbc/portfile.cmake
@@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_make(
SOURCE_PATH ${SOURCE_PATH}
AUTOCONFIG
+ COPY_SOURCE
)
vcpkg_install_make()