jer 14/11/29 11:37:12 Modified: sarg-2.3.9-configure.patch Log: Fix building with sys-devel/gettext-0.19 (bug #531084). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 net-analyzer/sarg/files/sarg-2.3.9-configure.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.9-configure.patch?rev=1.2&view=markup 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 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 Index: sarg-2.3.9-configure.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.9-configure.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sarg-2.3.9-configure.patch 26 Sep 2014 08:42:42 -0000 1.1 +++ sarg-2.3.9-configure.patch 29 Nov 2014 11:37:12 -0000 1.2 @@ -1,6 +1,14 @@ --- a/configure.in +++ b/configure.in -@@ -26,6 +26,11 @@ +@@ -2,6 +2,7 @@ + AC_INIT([sarg],[2.3.9]) + AC_CONFIG_SRCDIR([log.c]) + AC_CONFIG_AUX_DIR(cfgaux) ++AC_CONFIG_MACRO_DIR(m4) + + AC_CANONICAL_HOST + +@@ -26,6 +27,11 @@ dnl C99 support is required to define LLONG_MAX (at least on CentOS 5.7) AC_PROG_CC_C99 @@ -12,7 +20,7 @@ # Report more warnings to improve code quality. CFLAGS="${CFLAGS} -Wall -Wno-sign-compare" -@@ -60,7 +65,7 @@ +@@ -60,7 +66,7 @@ case "$host" in *-solaris*)
