Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/regex-markup/files: regex-markup-0.10.0-locale.patch
Date: Wed, 20 Jun 2012 12:23:43
Message-Id: 20120620122319.0BB2320033@flycatcher.gentoo.org
1 jlec 12/06/20 12:23:18
2
3 Added: regex-markup-0.10.0-locale.patch
4 Log:
5 app-misc/regex-markup: Fix missing declerations, #240044; bump EAPI=4; add missing configure options
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-misc/regex-markup/files/regex-markup-0.10.0-locale.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/files/regex-markup-0.10.0-locale.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/files/regex-markup-0.10.0-locale.patch?rev=1.1&content-type=text/plain
14
15 Index: regex-markup-0.10.0-locale.patch
16 ===================================================================
17 src/cacheline.c | 2 ++
18 src/remark.c | 1 +
19 2 files changed, 3 insertions(+), 0 deletions(-)
20
21 diff --git a/src/cacheline.c b/src/cacheline.c
22 index 8c6f97b..f395c60 100644
23 --- a/src/cacheline.c
24 +++ b/src/cacheline.c
25 @@ -27,6 +27,8 @@
26 #include "getline.h" /* Gnulib/GNU Libc */
27 #include "version-etc.h" /* Gnulib */
28
29 +#include <locale.h>
30 +
31 enum {
32 HELP_OPT = 256,
33 VERSION_OPT
34 diff --git a/src/remark.c b/src/remark.c
35 index dcf8327..8998112 100644
36 --- a/src/remark.c
37 +++ b/src/remark.c
38 @@ -44,6 +44,7 @@
39 #include "common/intutil.h"
40 /* regex-markup */
41 #include "remark.h"
42 +#include <locale.h>
43
44 #define PROGRAM "remark"