From d68420aecece88ddf942e8f5acafcca790700527 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 6 Jun 2022 10:38:43 -0500 Subject: [PATCH] Add missing patch --- wine-mono-7.3.0-iconv.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wine-mono-7.3.0-iconv.patch diff --git a/wine-mono-7.3.0-iconv.patch b/wine-mono-7.3.0-iconv.patch new file mode 100644 index 0000000..3f351ec --- /dev/null +++ b/wine-mono-7.3.0-iconv.patch @@ -0,0 +1,16 @@ +--- a/mono/mono/eglib/giconv.c 2022-05-31 13:21:00.000000000 -0500 ++++ b/mono/mono/eglib/giconv.c 2022-06-06 09:50:36.251364772 -0500 +@@ -196,12 +196,8 @@ + } else { + outleftptr = NULL; + } +-// AIX needs this for C++ and GNU iconv +-#if defined(__NetBSD__) || defined(_AIX) ++ + return iconv (cd->cd, (const gchar **)inbytes, inleftptr, outbytes, outleftptr); +-#else +- return iconv (cd->cd, inbytes, inleftptr, outbytes, outleftptr); +-#endif + } + #endif +