diff options
| author | AlvinZhangH <260137639@qq.com> | 2019-12-09 16:10:05 +0800 |
|---|---|---|
| committer | AlvinZhangH <260137639@qq.com> | 2019-12-09 16:10:05 +0800 |
| commit | c6ef1ac79d2556df5a6bb51c8af3845761f3f5e9 (patch) | |
| tree | 2b1c46bb5c47b792e5b40d4f366b99952abf4472 /ports | |
| parent | ffed6950623fd17a0928a71e74d31d097b6dcc21 (diff) | |
| download | vcpkg-c6ef1ac79d2556df5a6bb51c8af3845761f3f5e9.tar.gz vcpkg-c6ef1ac79d2556df5a6bb51c8af3845761f3f5e9.zip | |
[libpq] Update the CONTROL version, Delete deprecated functions
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libpq/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libpq/portfile.cmake | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index d8bafa772..a11b75c36 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,5 +1,5 @@ Source: libpq -Version: 9.6.1-8 +Version: 9.6.3 Homepage: https://www.postgresql.org/ Description: The official database access API of postgresql Build-Depends: openssl, zlib (linux) diff --git a/ports/libpq/portfile.cmake b/ports/libpq/portfile.cmake index 5dd4e197c..ef39c7da2 100644 --- a/ports/libpq/portfile.cmake +++ b/ports/libpq/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") message(FATAL_ERROR "${PORT} currently only supports being built for desktop") endif() |
