/[gentoo-x86]/app-misc/regex-markup/files/regex-markup-0.10.0-locale.patch
Gentoo

Contents of /app-misc/regex-markup/files/regex-markup-0.10.0-locale.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Jun 20 12:23:18 2012 UTC (11 months ago) by jlec
Branch: MAIN
CVS Tags: HEAD
app-misc/regex-markup: Fix missing declerations, #240044; bump EAPI=4; add missing configure options

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 src/cacheline.c | 2 ++
2 src/remark.c | 1 +
3 2 files changed, 3 insertions(+), 0 deletions(-)
4
5 diff --git a/src/cacheline.c b/src/cacheline.c
6 index 8c6f97b..f395c60 100644
7 --- a/src/cacheline.c
8 +++ b/src/cacheline.c
9 @@ -27,6 +27,8 @@
10 #include "getline.h" /* Gnulib/GNU Libc */
11 #include "version-etc.h" /* Gnulib */
12
13 +#include <locale.h>
14 +
15 enum {
16 HELP_OPT = 256,
17 VERSION_OPT
18 diff --git a/src/remark.c b/src/remark.c
19 index dcf8327..8998112 100644
20 --- a/src/remark.c
21 +++ b/src/remark.c
22 @@ -44,6 +44,7 @@
23 #include "common/intutil.h"
24 /* regex-markup */
25 #include "remark.h"
26 +#include <locale.h>
27
28 #define PROGRAM "remark"
29

  ViewVC Help
Powered by ViewVC 1.1.20