mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
b9f5f9c4fd
Fix #39154. For `gcc-14` [incompatible-pointer-types](https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types), *GCC no longer allows implicitly casting all pointer types to all other pointer types*. Add the suppress option as workaround.
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"name": "jxrlib",
|
|
"version": "2019.10.9",
|
|
"port-version": 7,
|
|
"description": "Open source implementation of the jpegxr image format standard.",
|
|
"homepage": "https://github.com/4creators/jxrlib",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|