diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-29 12:55:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-29 14:40:35 +0200 |
commit | b68f9389191396b4febff3e7b61f939189364426 (patch) | |
tree | 2244af171ec71f404d20a5a1cc0c158db75ad237 /dev-libs/libxml2/files | |
parent | dev-libs/libgusb: Version bump (diff) | |
download | gentoo-b68f9389191396b4febff3e7b61f939189364426.tar.gz gentoo-b68f9389191396b4febff3e7b61f939189364426.tar.bz2 gentoo-b68f9389191396b4febff3e7b61f939189364426.zip |
dev-libs/libxml2: Version bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/libxml2/files')
-rw-r--r-- | dev-libs/libxml2/files/libxml2-2.7.1-catalog_path.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/libxml2/files/libxml2-2.7.1-catalog_path.patch b/dev-libs/libxml2/files/libxml2-2.7.1-catalog_path.patch index 25ea47832b0e..3f69ec2a4d88 100644 --- a/dev-libs/libxml2/files/libxml2-2.7.1-catalog_path.patch +++ b/dev-libs/libxml2/files/libxml2-2.7.1-catalog_path.patch @@ -1,5 +1,5 @@ ---- catalog.c -+++ catalog.c +--- a/catalog.c ++++ b/catalog.c @@ -68,10 +68,10 @@ #define XML_URN_PUBID "urn:publicid:" #define XML_CATAL_BREAK ((xmlChar *) -1) @@ -22,8 +22,8 @@ #if defined(_WIN32_WCE) /* Windows CE don't have a A variant */ #define GetModuleHandleA GetModuleHandle ---- xmlcatalog.c -+++ xmlcatalog.c +--- a/xmlcatalog.c ++++ b/xmlcatalog.c @@ -43,7 +43,7 @@ @@ -33,8 +33,8 @@ #endif /************************************************************************ ---- runtest.c -+++ runtest.c +--- a/runtest.c ++++ b/runtest.c @@ -2747,7 +2747,7 @@ */ static int @@ -53,8 +53,8 @@ return(NULL); /* Verify we received the escaped URL */ if (strcmp(urip_rcvsURLs[urip_current], URI)) ---- xmllint.c -+++ xmllint.c +--- a/xmllint.c ++++ b/xmllint.c @@ -103,7 +103,7 @@ #endif |