vcpkg/ports/crossguid
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
..
missing-include-cstdint.patch [crossguid] Fix compilation on gcc v13 (#31835) 2023-06-07 09:45:38 -07:00
portfile.cmake [crossguid] Fix compilation on gcc v13 (#31835) 2023-06-07 09:45:38 -07:00
vcpkg.json [crossguid] Fix compilation on gcc v13 (#31835) 2023-06-07 09:45:38 -07:00
warnings.patch