vcpkg/ports/crossguid/vcpkg.json
Alex Dewar 6d6f3164e6
[crossguid] Fix compilation on gcc v13 (#31835)
* [crossguid] Fix compilation on gcc v13

Crossguid no longer compiles with gcc v13 (tested on Linux), due to a
missing include (cstdint). There is an upstream pull request to fix the
issue which has been open for some time but not yet merged [1].

Let's patch the sources in vcpkg until upstream fixes it.

Fixes #31834.

[1] https://github.com/graeme-hill/crossguid/pull/67

* [crossguid] Bump port-version
2023-06-07 09:45:38 -07:00

21 lines
395 B
JSON

{
"name": "crossguid",
"version-date": "2021-10-22",
"port-version": 3,
"description": "CrossGuid is a minimal, cross platform, C++ GUID library.",
"dependencies": [
{
"name": "libuuid",
"platform": "!windows & !osx & !android"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}