diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2024-07-01 06:39:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2024-07-01 06:49:49 +0000 |
commit | af36765e17ba36d0e86e95d4476b67f894209468 (patch) | |
tree | a635b50a7d26cc147354267d24bf7ee4b74eefd6 /lang/halide | |
parent | devel/arduino-irremote: Update to 4.4.0 (diff) |
devel/tclxml: fix build with libxml2 >= 2.12
Version 2.12 of libxml2 introduced a backwards incompatible change in
the signature of some functions, notably the second argument to
xmlStructuredErrorFunc has gained a const qualifier, changing from
`xmlError *error` to `const xmlError *error`.
To make the signatures compatible with both pre- and post-2.12, I have
introduced a check on LIBXML_VERSION.
PR: 279968
Reported by: dizzy
Diffstat (limited to 'lang/halide')
0 files changed, 0 insertions, 0 deletions