Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99810 | Differences between
and this patch

Collapse All | Expand All

(-)scripts/kconfig/lkc.h.br1 (-2 / +3 lines)
Lines 8-14 Link Here
8
8
9
#include "expr.h"
9
#include "expr.h"
10
10
11
#include <libintl.h>
11
/* #include <libintl.h> */
12
12
13
#ifdef __cplusplus
13
#ifdef __cplusplus
14
extern "C" {
14
extern "C" {
Lines 28-34 Link Here
28
#define PACKAGE "linux"
28
#define PACKAGE "linux"
29
#define LOCALEDIR "/usr/share/locale"
29
#define LOCALEDIR "/usr/share/locale"
30
30
31
#define _(text) gettext(text)
31
/* #define _(text) gettext(text) */
32
#define _(text) (text)
32
#define N_(text) (text)
33
#define N_(text) (text)
33
34
34
int zconfparse(void);
35
int zconfparse(void);
(-)scripts/kconfig/mconf.c.br1 (+2 lines)
Lines 1042-1050 Link Here
1042
	char *mode;
1042
	char *mode;
1043
	int stat;
1043
	int stat;
1044
1044
1045
/*
1045
	setlocale(LC_ALL, "");
1046
	setlocale(LC_ALL, "");
1046
	bindtextdomain(PACKAGE, LOCALEDIR);
1047
	bindtextdomain(PACKAGE, LOCALEDIR);
1047
	textdomain(PACKAGE);
1048
	textdomain(PACKAGE);
1049
*/
1048
1050
1049
	conf_parse(av[1]);
1051
	conf_parse(av[1]);
1050
	conf_read(NULL);
1052
	conf_read(NULL);

Return to bug 99810