[arch-commits] Commit in lib32-libxml2/trunk (libxml2-2.9.10-icu68.patch)

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 22:30:30 UTC 2021


    Date: Wednesday, September 8, 2021 @ 22:30:29
  Author: anthraxx
Revision: 1012981

upgpkg: lib32-libxml2 2.9.12-1

Deleted:
  lib32-libxml2/trunk/libxml2-2.9.10-icu68.patch

----------------------------+
 libxml2-2.9.10-icu68.patch |   28 ----------------------------
 1 file changed, 28 deletions(-)

Deleted: libxml2-2.9.10-icu68.patch
===================================================================
--- libxml2-2.9.10-icu68.patch	2021-09-08 22:29:41 UTC (rev 1012980)
+++ libxml2-2.9.10-icu68.patch	2021-09-08 22:30:29 UTC (rev 1012981)
@@ -1,28 +0,0 @@
-From b516ed189eb440e909f36baca1557b98e4d9ffd7 Mon Sep 17 00:00:00 2001
-From: Frederik Seiffert <frederik at algoriddim.com>
-Date: Thu, 12 Nov 2020 12:53:43 +0100
-Subject: [PATCH] Fix building with ICU 68.
-
-ICU 68 no longer defines the TRUE macro.
-
-Closes #204.
----
- encoding.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/encoding.c b/encoding.c
-index c34aca44..264f60bb 100644
---- a/encoding.c
-+++ b/encoding.c
-@@ -2004,7 +2004,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler *handler, unsigned char *out,
- #ifdef LIBXML_ICU_ENABLED
-     else if (handler->uconv_out != NULL) {
-         ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
--                              TRUE);
-+                              1);
-     }
- #endif /* LIBXML_ICU_ENABLED */
-     else {
--- 
-GitLab
-



More information about the arch-commits mailing list