aboutsummarylogtreecommitdiffstats
path: root/0028-Enable-and-fix-use-of-iconv.patch
diff options
context:
space:
mode:
authorMartchus2019-04-23 22:43:34 +0200
committerMartchus2019-04-23 22:47:46 +0200
commit7cd2ce36c60bf5e1ad40f9af6ef97c9c539d345c (patch)
treea5e7a7d91d487ec391039ddc36373fde3820aabc /0028-Enable-and-fix-use-of-iconv.patch
parent69eba568b86a7131b976a09b7b8afde141d5a390 (diff)
downloadaur-7cd2ce36c60bf5e1ad40f9af6ef97c9c539d345c.tar.gz
Fix 5.12.3 update
Diffstat (limited to '0028-Enable-and-fix-use-of-iconv.patch')
-rw-r--r--0028-Enable-and-fix-use-of-iconv.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0028-Enable-and-fix-use-of-iconv.patch b/0028-Enable-and-fix-use-of-iconv.patch
index 4a1c752f47f7..fba4a80e2c65 100644
--- a/0028-Enable-and-fix-use-of-iconv.patch
+++ b/0028-Enable-and-fix-use-of-iconv.patch
@@ -1,4 +1,4 @@
-From 512be5eb5add4a5f2146ca0a0b3a8b7a434c600a Mon Sep 17 00:00:00 2001
+From 837aab47427a3c3a2d44b321d2d64d4220293e07 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Wed, 25 Jan 2017 21:08:20 +0100
Subject: [PATCH 28/34] Enable and fix use of iconv
@@ -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 a22a7459bd..b7ed2f7281 100644
+index 5f5a00a64f..d779c3c4ff 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -71,7 +71,7 @@
@@ -61,7 +61,7 @@ index a22a7459bd..b7ed2f7281 100644
"char *outp;",
"size_t inbytes, outbytes;",
"iconv(x, &inp, &inbytes, &outp, &outbytes);",
-@@ -615,9 +615,9 @@
+@@ -631,9 +631,9 @@
},
"gnu-libiconv": {
"label": "GNU iconv",