-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vitalii Koshura <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
3rdParty/vcpkg_ports/ports/librsvg/fix-libxml2-2.13.5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/rsvg-css.c b/rsvg-css.c | ||
index 5b359a206..4f59281b6 100644 | ||
--- a/rsvg-css.c | ||
+++ b/rsvg-css.c | ||
@@ -839,7 +839,7 @@ rsvg_css_parse_overflow (const char *str, gboolean * inherit) | ||
} | ||
|
||
static void | ||
-rsvg_xml_noerror (void *data, xmlErrorPtr error) | ||
+rsvg_xml_noerror (void *data, const xmlError *error) | ||
{ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters