diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/librsvg2/files/patch-rsvg-css.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/librsvg2/files/patch-rsvg-css.c b/graphics/librsvg2/files/patch-rsvg-css.c new file mode 100644 index 000000000000..396724399710 --- /dev/null +++ b/graphics/librsvg2/files/patch-rsvg-css.c @@ -0,0 +1,14 @@ +--- rsvg-css.c.orig 2018-10-01 22:50:22 UTC ++++ rsvg-css.c +@@ -839,7 +839,11 @@ static void + } + + static void ++#if LIBXML_VERSION < 21200 + rsvg_xml_noerror (void *data, xmlErrorPtr error) ++#else ++rsvg_xml_noerror (void *data, const xmlError *error) ++#endif + { + } + |