summaryrefslogtreecommitdiff
path: root/packages/mc/mc-4.6.2/mc-utf8-slang-codeset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mc/mc-4.6.2/mc-utf8-slang-codeset.patch')
-rw-r--r--packages/mc/mc-4.6.2/mc-utf8-slang-codeset.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/mc/mc-4.6.2/mc-utf8-slang-codeset.patch b/packages/mc/mc-4.6.2/mc-utf8-slang-codeset.patch
deleted file mode 100644
index ff4780c7ce..0000000000
--- a/packages/mc/mc-4.6.2/mc-utf8-slang-codeset.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- mc-4.6.2/slang/slcommon.c
-+++ mc-4.6.2/slang/slcommon.c
-@@ -31,7 +31,7 @@
- # include <locale.h>
- #endif
-
--#ifdef HAVE_LANGINFO_H
-+#ifdef HAVE_LANGINFO_CODESET
- # include <langinfo.h>
- #endif
-
-@@ -87,7 +87,7 @@
-
- (void) setlocale (LC_ALL, "");
-
--#ifdef HAVE_NL_LANGINFO_CODESET
-+#ifdef HAVE_LANGINFO_CODESET
- locale = nl_langinfo (CODESET);
- if ((locale != NULL) && (*locale))
- {