diff options
| author | Kai Blaschke <kai.blaschke@kb-dev.net> | 2019-09-11 03:24:45 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-10 18:24:45 -0700 |
| commit | 3ef6dd915e8a74baec88fd9de492f3749cf47bf8 (patch) | |
| tree | d11c36eb6903ebe29d137c9d2c4cf6097cfbdff7 /ports/libpq/CONTROL | |
| parent | 95a336e0495d31bbe899b3178822df9cacf94b97 (diff) | |
| download | vcpkg-3ef6dd915e8a74baec88fd9de492f3749cf47bf8.tar.gz vcpkg-3ef6dd915e8a74baec88fd9de492f3749cf47bf8.zip | |
[libpq] #undef int128 type if compiling for 32 bit architecture (#8080)
* [libpq] #undef int128 type if compiling for 32 bit architecture
* [libpq] Don't define int128 for 32-bit architectures
Diffstat (limited to 'ports/libpq/CONTROL')
| -rw-r--r-- | ports/libpq/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index f6c0ce34e..d8bafa772 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,5 +1,5 @@ Source: libpq -Version: 9.6.1-7 +Version: 9.6.1-8 Homepage: https://www.postgresql.org/ Description: The official database access API of postgresql Build-Depends: openssl, zlib (linux) |
