vcpkg/ports/jxrlib/vcpkg.json
WangWeiLin-MV b9f5f9c4fd
[jxrlib] Suppress gcc 14 warn into error of incompatible-pointer-types (#39263)
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.
2024-06-14 11:33:10 -07:00

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
}
]
}