Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/certmanager/files: certmanager-3.5.9-no-kdeenablefinal.patch
Date: Thu, 21 Feb 2008 15:55:13
Message-Id: E1JSDlO-0007d7-5I@stork.gentoo.org
1 ingmar 08/02/21 15:55:10
2
3 Added: certmanager-3.5.9-no-kdeenablefinal.patch
4 Log:
5 Fix compilation with USE="kdeenablefinal", bug 210954.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-base/certmanager/files/certmanager-3.5.9-no-kdeenablefinal.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/certmanager/files/certmanager-3.5.9-no-kdeenablefinal.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/certmanager/files/certmanager-3.5.9-no-kdeenablefinal.patch?rev=1.1&content-type=text/plain
13
14 Index: certmanager-3.5.9-no-kdeenablefinal.patch
15 ===================================================================
16 Fix kdepim/certmanager compilation with --enable-final,
17 Ingmar Vanhassel <ingmar@g.o>
18
19 diff -Naur kdepim-3.5.9.orig/certmanager/lib/cryptplug.h kdepim-3.5.9/certmanager/lib/cryptplug.h
20 --- kdepim-3.5.9.orig/certmanager/lib/cryptplug.h 2005-09-10 10:23:51.000000000 +0200
21 +++ kdepim-3.5.9/certmanager/lib/cryptplug.h 2008-02-21 15:38:24.000000000 +0100
22 @@ -408,7 +408,7 @@
23 \note This function <b>must</b> be implemented by each plug-in using
24 this API specification.
25 */
26 -bool hasFeature( Feature );
27 +bool hasFeature( ::Feature );
28
29 /*! \ingroup groupSignCryptAct
30 \brief Information record returned by signing and by encrypting
31 diff -Naur kdepim-3.5.9.orig/certmanager/lib/cryptplugwrapper.h kdepim-3.5.9/certmanager/lib/cryptplugwrapper.h
32 --- kdepim-3.5.9.orig/certmanager/lib/cryptplugwrapper.h 2008-02-13 10:39:29.000000000 +0100
33 +++ kdepim-3.5.9/certmanager/lib/cryptplugwrapper.h 2008-02-21 16:17:41.000000000 +0100
34 @@ -718,7 +718,7 @@
35
36 \return whether the relative feature is implemented or not
37 */
38 - bool hasFeature( Feature );
39 + bool hasFeature( ::Feature );
40
41
42 /* \ingroup groupSignAct
43
44
45
46 --
47 gentoo-commits@l.g.o mailing list