aboutsummarylogtreecommitdiffstats
path: root/0026-Enable-and-fix-use-of-iconv.patch
diff options
context:
space:
mode:
authorMartchus2019-12-24 22:48:03 +0100
committerMartchus2019-12-24 22:48:03 +0100
commitea5c53de6ca6a1f2634b3424a295affadb9f9854 (patch)
tree2c1fa09b6a86140eef5f5038a35c0ee8bf86c696 /0026-Enable-and-fix-use-of-iconv.patch
parent47adbf49f5a96ce972c2d3160dc97da4b49c9cad (diff)
downloadaur-ea5c53de6ca6a1f2634b3424a295affadb9f9854.tar.gz
Update to 5.14.0
Diffstat (limited to '0026-Enable-and-fix-use-of-iconv.patch')
-rw-r--r--0026-Enable-and-fix-use-of-iconv.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0026-Enable-and-fix-use-of-iconv.patch b/0026-Enable-and-fix-use-of-iconv.patch
index ab235be98f67..ce2faf169bcc 100644
--- a/0026-Enable-and-fix-use-of-iconv.patch
+++ b/0026-Enable-and-fix-use-of-iconv.patch
@@ -1,7 +1,7 @@
-From 302e9b9cc7d031079f174d4cede3f9407a254b29 Mon Sep 17 00:00:00 2001
+From 14edd208b85c55eb5e313600752e769627199cde Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Wed, 25 Jan 2017 21:08:20 +0100
-Subject: [PATCH 26/32] Enable and fix use of iconv
+Subject: [PATCH 26/31] Enable and fix use of iconv
Change-Id: I5f0ab27afca0800dec11c7af74d196190820ae5c
---
@@ -49,7 +49,7 @@ index 9c39727946..cc14036b25 100644
#else
char **inBytesPtr = &inBytes;
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
-index 1b01b2b817..4247c10b03 100644
+index ae360239c6..5fd57a1a66 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -72,7 +72,7 @@
@@ -61,7 +61,7 @@ index 1b01b2b817..4247c10b03 100644
"char *outp;",
"size_t inbytes, outbytes;",
"iconv(x, &inp, &inbytes, &outp, &outbytes);",
-@@ -632,9 +632,9 @@
+@@ -672,9 +672,9 @@
},
"gnu-libiconv": {
"label": "GNU iconv",
@@ -74,5 +74,5 @@ index 1b01b2b817..4247c10b03 100644
},
"icu": {
--
-2.24.0
+2.24.1