diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-21 15:59:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-21 15:59:49 +0000 |
commit | 89f0fd28fbea9ae5a91bc611c9bfdfb6968eb5d7 (patch) | |
tree | 628f69335403827c9c31ed52fbaf5c49ddf7f5f3 /app-misc/mc/files/mc-4.8.0-fix-nls.patch | |
parent | fix bug 427424 (diff) | |
download | historical-89f0fd28fbea9ae5a91bc611c9bfdfb6968eb5d7.tar.gz historical-89f0fd28fbea9ae5a91bc611c9bfdfb6968eb5d7.tar.bz2 historical-89f0fd28fbea9ae5a91bc611c9bfdfb6968eb5d7.zip |
Added USE=spell to use aspell checker from live ebuild. Fix to view /var/log/*.1.gz files (https://www.midnight-commander.org/ticket/2852). Cleanup old unstable versions.
Package-Manager: portage-2.2.0_alpha118_p1/cvs/Linux x86_64
Diffstat (limited to 'app-misc/mc/files/mc-4.8.0-fix-nls.patch')
-rw-r--r-- | app-misc/mc/files/mc-4.8.0-fix-nls.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/mc/files/mc-4.8.0-fix-nls.patch b/app-misc/mc/files/mc-4.8.0-fix-nls.patch deleted file mode 100644 index d77c4cc459fd..000000000000 --- a/app-misc/mc/files/mc-4.8.0-fix-nls.patch +++ /dev/null @@ -1,33 +0,0 @@ -Fixes bug found by Nikos Chantziaras -https://bugs.gentoo.org/show_bug.cgi?id=387949 -Picked from upstream development branch. - -> main.c: In function 'main': -> main.c:384:44: error: expected expression before ';' token -> main.c:385:29: error: expected expression before ';' token - -commit 84320a33d8f9027c70a8d972b69b1ffc824c5a8d -Author: Andrew Borodin <aborodin@vmail.ru> -Date: Thu Oct 20 15:42:15 2011 +0400 - - Ticket #????: cleanup. - - Fixed build with --disable-nls option. - - Signed-off-by: Andrew Borodin <aborodin@vmail.ru> - -diff --git a/src/main.c b/src/main.c -index 9d442f2..e854719 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -381,8 +381,10 @@ main (int argc, char *argv[]) - - /* We had LC_CTYPE before, LC_ALL includs LC_TYPE as well */ - (void) setlocale (LC_ALL, ""); -+#ifdef ENABLE_NLS - (void) bindtextdomain ("mc", LOCALEDIR); - (void) textdomain ("mc"); -+#endif - - if (!events_init (&error)) - { |