mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[libpq] nls does not support osx (#31031)
* [libpq] nls does not support osx * Trigger Build --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
701bcf3017
commit
2c4c5c7187
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libpq",
|
||||
"version": "15.2",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "The official database access API of postgresql",
|
||||
"homepage": "https://www.postgresql.org/",
|
||||
"license": "PostgreSQL",
|
||||
@ -48,6 +48,7 @@
|
||||
},
|
||||
"nls": {
|
||||
"description": "Native Language Support (--enable-nls[=LANGUAGES])",
|
||||
"supports": "!osx",
|
||||
"dependencies": [
|
||||
"gettext",
|
||||
{
|
||||
|
@ -4358,7 +4358,7 @@
|
||||
},
|
||||
"libpq": {
|
||||
"baseline": "15.2",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libpqxx": {
|
||||
"baseline": "7.7.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "74cc57fa79744500aef02f0b66be5f46b8005af3",
|
||||
"version": "15.2",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "29b49eb009f412e692853ca40d353f31711829ea",
|
||||
"version": "15.2",
|
||||
|
Loading…
Reference in New Issue
Block a user