SOURCES: kdenetwork-visibility.patch (NEW) - fix undefined referen...

pluto pluto at pld-linux.org
Tue Jan 9 23:18:16 CET 2007


Author: pluto                        Date: Tue Jan  9 22:18:16 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix undefined referenece to ConnectionManager::self() with -fvisibility.

---- Files affected:
SOURCES:
   kdenetwork-visibility.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kdenetwork-visibility.patch
diff -u /dev/null SOURCES/kdenetwork-visibility.patch:1.1
--- /dev/null	Tue Jan  9 23:18:16 2007
+++ SOURCES/kdenetwork-visibility.patch	Tue Jan  9 23:18:11 2007
@@ -0,0 +1,16 @@
+--- kdenetwork-3.5.5/kopete/libkopete/connectionmanager.h.orig	2005-09-10 10:20:28.000000000 +0200
++++ kdenetwork-3.5.5/kopete/libkopete/connectionmanager.h	2007-01-09 22:57:28.831535000 +0100
+@@ -18,11 +18,12 @@
+ 
+ #include <dcopobject.h>
+ 
++#include "kopete_export.h"
+ #include "networkstatuscommon.h"
+ 
+ class ConnectionManagerPrivate;
+ 
+-class ConnectionManager : public QObject, virtual public DCOPObject
++class KOPETE_EXPORT ConnectionManager : public QObject, virtual public DCOPObject
+ {
+ 	Q_OBJECT
+ 	K_DCOP
================================================================


More information about the pld-cvs-commit mailing list