[packages/libxml2] rediff patch
atler
atler at pld-linux.org
Sun Feb 28 12:04:51 CET 2021
commit 80954179895c28953f84ce357fbdb9d12858ebce
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Feb 28 12:03:51 2021 +0100
rediff patch
libxml2-open.gz.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libxml2-open.gz.patch b/libxml2-open.gz.patch
index 342e8b8..9d36147 100644
--- a/libxml2-open.gz.patch
+++ b/libxml2-open.gz.patch
@@ -37,5 +37,5 @@ diff -ur libxml2-2.4.20/xmlIO.c libxml2-2.4.20-/xmlIO.c
+ }
+ }
- fd = gzopen(path, "rb");
- return((void *) fd);
+ #if defined(_WIN32) || defined (__DJGPP__) && !defined (__CYGWIN__)
+ fd = xmlWrapGzOpenUtf8(path, "rb");
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/80954179895c28953f84ce357fbdb9d12858ebce
More information about the pld-cvs-commit
mailing list