tags 504976 +patch
thanks
patch is attatched, as well as fixing this bug the patch also makes the
clean target behave properly.
the patch was made with the experimental version. It also seems to apply
to the unstable version but that is currently unbuildable due to the
dissapearance of kdenetwork-dev.
Only in kopete-silc-plugin-0.5.new/: CMakeTmp
Only in kopete-silc-plugin-0.5.new/: cmake_uninstall.cmake
diff -ur kopete-silc-plugin-0.5/debian/rules kopete-silc-plugin-0.5.new/debian/rules
--- kopete-silc-plugin-0.5/debian/rules 2009-05-29 00:02:50.000000000 +0000
+++ kopete-silc-plugin-0.5.new/debian/rules 2009-05-29 00:06:44.000000000 +0000
@@ -40,6 +40,11 @@
-or -name cmake_install.cmake -or -name Makefile \
-or -name kopete_silc.la -or -name install_manifest.txt`; \
do rm -rf $$A; done
+ rm -f src/*.moc
+ rm -rf lib
+ rm -f src/CTestTestfile.cmake
+ rm -f src/icons/CTestTestfile.cmake
+ rm -f src/kopete_silc_automoc.cpp.files
dh_clean
install: build
diff -ur kopete-silc-plugin-0.5/src/silcaccount.cpp kopete-silc-plugin-0.5.new/src/silcaccount.cpp
--- kopete-silc-plugin-0.5/src/silcaccount.cpp 2009-04-05 08:38:58.000000000 +0000
+++ kopete-silc-plugin-0.5.new/src/silcaccount.cpp 2009-05-28 23:59:21.000000000 +0000
@@ -19,6 +19,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <cstdlib>
+#include <cstdio>
#include <iostream>
#include <assert.h>
diff -ur kopete-silc-plugin-0.5/src/silcfiletransfer.h kopete-silc-plugin-0.5.new/src/silcfiletransfer.h
--- kopete-silc-plugin-0.5/src/silcfiletransfer.h 2009-04-05 07:53:43.000000000 +0000
+++ kopete-silc-plugin-0.5.new/src/silcfiletransfer.h 2009-05-29 00:00:59.000000000 +0000
@@ -28,6 +28,8 @@
// Likewise for mode_t.
#include <sys/types.h>
+#include <cstdarg>
+
// include libsilc stuff into a separate namespace
namespace SilcTK {
#include <silc.h>