Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 357e0466909645e33fa8bfa6e2222a8a > files > 6

kdebase4-runtime-4.4.5-0.1mdv2010.2.src.rpm

Index: runtime/kioslave/network/kupnp/lib/upnp_export.h
===================================================================
--- runtime/kioslave/network/kupnp/lib/upnp_export.h	(revision 1079789)
+++ runtime/kioslave/network/kupnp/lib/upnp_export.h	(revision 1079790)
@@ -23,6 +23,9 @@
 #ifndef UPNP_EXPORT_H
 #define UPNP_EXPORT_H
 
+// disable while just a private static lib
+#define KUPNP_EXPORT
+#if 0
 // KDE
 #include <kdemacros.h>
 
@@ -40,5 +43,6 @@
 # ifndef KUPNP_EXPORT_DEPRECATED
 #  define KUPNP_EXPORT_DEPRECATED KDE_DEPRECATED KUPNP_EXPORT
 # endif
+#endif
 
 #endif