summaryrefslogtreecommitdiff
path: root/graphics/librsvg2/files/patch-rsvg-private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/librsvg2: fix build with newer libxml2Charlie Li36 hours1-0/+10
- explicitly #include <libxml/tree.h>, probably from <libxml/SAX.h> before - account for changed xmlStructuredErrorFunc typedef in <libxml/xmlerror.h> While here, cosmetic ordering and fix gtk-doc typo; bump PORTREVISION for that. PR: 279705 Co-authored-by: vvd