Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/certmanager/files: certmanager-3.5.9-gcc-4.3-testsuite.patch
Date: Sun, 24 Feb 2008 13:26:47
Message-Id: E1JTGsP-0004Gb-54@stork.gentoo.org
1 philantrop 08/02/24 13:26:45
2
3 Added: certmanager-3.5.9-gcc-4.3-testsuite.patch
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by Ryan Hill on bug 211224.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-base/certmanager/files/certmanager-3.5.9-gcc-4.3-testsuite.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/certmanager/files/certmanager-3.5.9-gcc-4.3-testsuite.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/certmanager/files/certmanager-3.5.9-gcc-4.3-testsuite.patch?rev=1.1&content-type=text/plain
13
14 Index: certmanager-3.5.9-gcc-4.3-testsuite.patch
15 ===================================================================
16 diff -Naurp certmanager-3.5.9-orig/certmanager/lib/tests/test_verify.cpp certmanager-3.5.9/certmanager/lib/tests/test_verify.cpp
17 --- certmanager-3.5.9-orig/certmanager/lib/tests/test_verify.cpp 2008-02-13 03:39:29.000000000 -0600
18 +++ certmanager-3.5.9/certmanager/lib/tests/test_verify.cpp 2008-02-23 18:51:20.000000000 -0600
19 @@ -45,6 +45,7 @@
20 #include <qfile.h>
21
22 #include <assert.h>
23 +#include <stdlib.h>
24
25 int main( int argc, char **argv )
26 {
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list