Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii/files: gnokii-0.6.22-locale.patch
Date: Tue, 01 Jan 2008 16:16:44
Message-Id: E1J9jnB-0004uW-TY@stork.gentoo.org
1 mrness 08/01/01 16:16:37
2
3 Added: gnokii-0.6.22-locale.patch
4 Log:
5 Fix broken compilation on glibc-2.7 (#203787).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 app-mobilephone/gnokii/files/gnokii-0.6.22-locale.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/files/gnokii-0.6.22-locale.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/files/gnokii-0.6.22-locale.patch?rev=1.1&content-type=text/plain
13
14 Index: gnokii-0.6.22-locale.patch
15 ===================================================================
16 diff -Nru gnokii-0.6.22.orig/common/gsm-sms.c gnokii-0.6.22/common/gsm-sms.c
17 --- gnokii-0.6.22.orig/common/gsm-sms.c 2007-11-24 13:31:01.000000000 +0200
18 +++ gnokii-0.6.22/common/gsm-sms.c 2008-01-01 18:11:40.000000000 +0200
19 @@ -39,6 +39,10 @@
20 #include "gnokii-internal.h"
21 #include "gnokii.h"
22
23 +#ifdef ENABLE_NLS
24 +# include <locale.h>
25 +#endif
26 +
27 #include "sms-nokia.h"
28
29 #undef ERROR
30
31
32
33 --
34 gentoo-commits@g.o mailing list