Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/sarg/files: sarg-2.3.9-configure.patch
Date: Sat, 29 Nov 2014 11:37:16
Message-Id: 20141129113712.DF9E7B271@oystercatcher.gentoo.org
1 jer 14/11/29 11:37:12
2
3 Modified: sarg-2.3.9-configure.patch
4 Log:
5 Fix building with sys-devel/gettext-0.19 (bug #531084).
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 net-analyzer/sarg/files/sarg-2.3.9-configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.9-configure.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.9-configure.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.9-configure.patch?r1=1.1&r2=1.2
15
16 Index: sarg-2.3.9-configure.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.9-configure.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sarg-2.3.9-configure.patch 26 Sep 2014 08:42:42 -0000 1.1
23 +++ sarg-2.3.9-configure.patch 29 Nov 2014 11:37:12 -0000 1.2
24 @@ -1,6 +1,14 @@
25 --- a/configure.in
26 +++ b/configure.in
27 -@@ -26,6 +26,11 @@
28 +@@ -2,6 +2,7 @@
29 + AC_INIT([sarg],[2.3.9])
30 + AC_CONFIG_SRCDIR([log.c])
31 + AC_CONFIG_AUX_DIR(cfgaux)
32 ++AC_CONFIG_MACRO_DIR(m4)
33 +
34 + AC_CANONICAL_HOST
35 +
36 +@@ -26,6 +27,11 @@
37 dnl C99 support is required to define LLONG_MAX (at least on CentOS 5.7)
38 AC_PROG_CC_C99
39
40 @@ -12,7 +20,7 @@
41 # Report more warnings to improve code quality.
42 CFLAGS="${CFLAGS} -Wall -Wno-sign-compare"
43
44 -@@ -60,7 +65,7 @@
45 +@@ -60,7 +66,7 @@
46
47 case "$host" in
48 *-solaris*)