aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-eglib-src-gunicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-eglib-src-gunicode.c')
-rw-r--r--lang/mono/files/patch-eglib-src-gunicode.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/mono/files/patch-eglib-src-gunicode.c b/lang/mono/files/patch-eglib-src-gunicode.c
deleted file mode 100644
index bdfd6133657c..000000000000
--- a/lang/mono/files/patch-eglib-src-gunicode.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- eglib/src/gunicode.c.orig 2015-09-24 09:36:09 UTC
-+++ eglib/src/gunicode.c
-@@ -219,10 +219,10 @@ g_get_charset (G_CONST_RETURN char **cha
- is_utf8 = FALSE;
- #else
- /* These shouldn't be heap allocated */
--#if HAVE_LOCALCHARSET_H
-- my_charset = locale_charset ();
--#elif defined(HAVE_LANGINFO_H)
-+#if defined(HAVE_LANGINFO_H)
- my_charset = nl_langinfo (CODESET);
-+#elif defined(HAVE_LOCALCHARSET_H)
-+ my_charset = locale_charset ();
- #else
- my_charset = "UTF-8";
- #endif