Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav/files: clamav-0.97-nls.patch
Date: Tue, 22 Feb 2011 10:23:28
Message-Id: 20110222102314.B64B220057@flycatcher.gentoo.org
1 radhermit 11/02/22 10:23:14
2
3 Added: clamav-0.97-nls.patch
4 Log:
5 Version bump (bug #354019) with ebuild updates thanks to Bernd Lommerzheim. Update to EAPI 4, don't install signature files (fixes bugs #336842 and #345965), remove dependencies in the system set, update zlib dependency, other minor cleanups and style changes.
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-antivirus/clamav/files/clamav-0.97-nls.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/files/clamav-0.97-nls.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/files/clamav-0.97-nls.patch?rev=1.1&content-type=text/plain
14
15 Index: clamav-0.97-nls.patch
16 ===================================================================
17 --- clamav-0.97/shared/output.c.orig
18 +++ clamav-0.97/shared/output.c
19 @@ -63,7 +63,7 @@
20 pthread_mutex_t mdprintf_mutex = PTHREAD_MUTEX_INITIALIZER;
21 #endif
22
23 -#ifdef C_LINUX
24 +#if defined(C_LINUX) && defined(HAVE_LIBINTL_H)
25 #include <libintl.h>
26 #include <locale.h>