logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/

librsvg-2.40.21-libxml2-2.13.patch (617B)


  1. Grabbed from FreeBSD ports
  2. https://cgit.freebsd.org/ports/commit/?id=9acdf260eddc1fed2be63fca0115fb19ddaa1f4f
  3. --- a/rsvg-css.c.orig 2018-10-01 22:50:22 UTC
  4. +++ b/rsvg-css.c
  5. @@ -839,7 +839,11 @@ static void
  6. }
  7. static void
  8. +#if LIBXML_VERSION < 21200
  9. rsvg_xml_noerror (void *data, xmlErrorPtr error)
  10. +#else
  11. +rsvg_xml_noerror (void *data, const xmlError *error)
  12. +#endif
  13. {
  14. }
  15. --- a/rsvg-private.h.orig 2020-02-26 17:40:25 UTC
  16. +++ b/rsvg-private.h
  17. @@ -32,6 +32,7 @@
  18. #include "rsvg.h"
  19. #include <libxml/SAX.h>
  20. +#include <libxml/tree.h>
  21. #include <libxml/xmlmemory.h>
  22. #include <pango/pango.h>
  23. #include <glib.h>