summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-06-25 11:51:01 +0000
committerjoerg <joerg@pkgsrc.org>2012-06-25 11:51:01 +0000
commitb5f5066db08753cbcbc0235ba81aef3a801ec85c (patch)
tree43c601375c08013a3e23607eafbedee8e682dad2 /net/kdenetwork3
parentf07174dc0313b60d605202fb01eb1767a50f5e07 (diff)
downloadpkgsrc-b5f5066db08753cbcbc0235ba81aef3a801ec85c.tar.gz
Fix build with clang.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/distinfo4
-rw-r--r--net/kdenetwork3/patches/patch-kopete_libkopete_kopeteproperties.h17
-rw-r--r--net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c13
3 files changed, 33 insertions, 1 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo
index 804ad1deb0d..9417e78469a 100644
--- a/net/kdenetwork3/distinfo
+++ b/net/kdenetwork3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.50 2011/12/11 15:50:56 dholland Exp $
+$NetBSD: distinfo,v 1.51 2012/06/25 11:51:01 joerg Exp $
SHA1 (kdenetwork-3.5.10.tar.bz2) = eb280bffaf4642bfda442cc6a9fb38dc4163b720
RMD160 (kdenetwork-3.5.10.tar.bz2) = f888f53746f1e734d3c15c09eac1c2b9c0564b20
@@ -17,4 +17,6 @@ SHA1 (patch-bb) = 4acd491934978af53ea74424ffcb5fd5c1e2706e
SHA1 (patch-bc) = 8e6349eb5680fa7ac807c09d38816e744aa359c2
SHA1 (patch-bd) = 05c285a1965f5a9af03b0570ac51a1ea19d7fed0
SHA1 (patch-be) = 69eee4103409cd10dc673c3f7da3736c9505e927
+SHA1 (patch-kopete_libkopete_kopeteproperties.h) = 3428271a6840fdfb57d7aece2c6e68047c9db422
+SHA1 (patch-krdc_vnc_rfbproto.c) = 0a48d5244638a592cd000231c4b97cd669300138
SHA1 (patch-krfb_krfb_configuration_h) = ef3c84a02c03a9c24341cab9b691b68ef3c4f0cc
diff --git a/net/kdenetwork3/patches/patch-kopete_libkopete_kopeteproperties.h b/net/kdenetwork3/patches/patch-kopete_libkopete_kopeteproperties.h
new file mode 100644
index 00000000000..658727189a5
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-kopete_libkopete_kopeteproperties.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-kopete_libkopete_kopeteproperties.h,v 1.1 2012/06/25 11:51:01 joerg Exp $
+
+--- kopete/libkopete/kopeteproperties.h.orig 2012-06-18 21:53:12.000000000 +0000
++++ kopete/libkopete/kopeteproperties.h
+@@ -18,11 +18,11 @@
+ #define KOPETEPROPERTIES_H
+
+ #include <qasciidict.h>
++#include <qvariant.h>
+
+ #include <typeinfo>
+
+ class QString;
+-class QVariant;
+ class QDomElement;
+
+ namespace Kopete
diff --git a/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c b/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c
new file mode 100644
index 00000000000..ddcebea4e2a
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-krdc_vnc_rfbproto.c,v 1.1 2012/06/25 11:51:01 joerg Exp $
+
+--- krdc/vnc/rfbproto.c.orig 2012-06-18 22:15:22.000000000 +0000
++++ krdc/vnc/rfbproto.c
+@@ -636,7 +636,7 @@ HandleCursorPos(unsigned int x, unsigned
+ void DrawCursorX11Thread(int x, int y) {
+ int ox, oy, ow, oh, nx, ny, nw, nh;
+ if (!pointerImages[0].set)
+- return True;
++ return ;
+ imageIndex = 0;
+
+ if (x >= si.framebufferWidth)