Gentoo Archives: gentoo-commits

From: "Thomas Raschbacher (lordvan)" <lordvan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav/files: clamav-0.95-nls.patch clamav-0.95.1-nls.patch
Date: Thu, 16 Apr 2009 14:28:32
Message-Id: E1LuSZq-0003YI-4F@stork.gentoo.org
1 lordvan 09/04/16 14:28:30
2
3 Added: clamav-0.95-nls.patch clamav-0.95.1-nls.patch
4 Log:
5 fix for bug #264852 and bug #264952
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-antivirus/clamav/files/clamav-0.95-nls.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/files/clamav-0.95-nls.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/files/clamav-0.95-nls.patch?rev=1.1&content-type=text/plain
13
14 Index: clamav-0.95-nls.patch
15 ===================================================================
16 --- clamav-0.95/shared/output.c-orig 2009-04-04 10:17:42 +0000
17 +++ clamav-0.95/shared/output.c 2009-04-04 10:18:30 +0000
18 @@ -67,7 +67,7 @@
19 pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
20 #endif
21
22 -#ifdef C_LINUX
23 +#if defined(C_LINUX) && defined(HAVE_LIBINTL_H)
24 #include <libintl.h>
25 #include <locale.h>
26
27
28
29 1.1 app-antivirus/clamav/files/clamav-0.95.1-nls.patch
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/files/clamav-0.95.1-nls.patch?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/files/clamav-0.95.1-nls.patch?rev=1.1&content-type=text/plain
33
34 Index: clamav-0.95.1-nls.patch
35 ===================================================================
36 --- clamav-0.95.1/shared/output.c-orig 2009-04-04 10:17:42 +0000
37 +++ clamav-0.95.1/shared/output.c 2009-04-04 10:18:30 +0000
38 @@ -67,7 +67,7 @@
39 pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
40 #endif
41
42 -#ifdef C_LINUX
43 +#if defined(C_LINUX) && defined(HAVE_LIBINTL_H)
44 #include <libintl.h>
45 #include <locale.h>