Magellan Linux

Annotation of /trunk/kdepim/patches/kdepim-3.5.9-fix-kdeenablefinal.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 561 - (hide annotations) (download)
Sat Apr 5 16:56:24 2008 UTC (16 years, 1 month ago) by niro
File size: 1141 byte(s)
-compilation fixes

1 niro 561 Fix kdepim/certmanager compilation with --enable-final,
2     Ingmar Vanhassel <ingmar@gentoo.org>
3    
4     diff -Naur kdepim-3.5.9.orig/certmanager/lib/cryptplug.h kdepim-3.5.9/certmanager/lib/cryptplug.h
5     --- kdepim-3.5.9.orig/certmanager/lib/cryptplug.h 2005-09-10 10:23:51.000000000 +0200
6     +++ kdepim-3.5.9/certmanager/lib/cryptplug.h 2008-02-21 15:38:24.000000000 +0100
7     @@ -408,7 +408,7 @@
8     \note This function <b>must</b> be implemented by each plug-in using
9     this API specification.
10     */
11     -bool hasFeature( Feature );
12     +bool hasFeature( ::Feature );
13    
14     /*! \ingroup groupSignCryptAct
15     \brief Information record returned by signing and by encrypting
16     diff -Naur kdepim-3.5.9.orig/certmanager/lib/cryptplugwrapper.h kdepim-3.5.9/certmanager/lib/cryptplugwrapper.h
17     --- kdepim-3.5.9.orig/certmanager/lib/cryptplugwrapper.h 2008-02-13 10:39:29.000000000 +0100
18     +++ kdepim-3.5.9/certmanager/lib/cryptplugwrapper.h 2008-02-21 16:17:41.000000000 +0100
19     @@ -718,7 +718,7 @@
20    
21     \return whether the relative feature is implemented or not
22     */
23     - bool hasFeature( Feature );
24     + bool hasFeature( ::Feature );
25    
26    
27     /* \ingroup groupSignAct