aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-08-21 05:36:37 +0800
committermarkus <markus@FreeBSD.org>2004-08-21 05:36:37 +0800
commitccb224d663214c7de31606c34f9bc6d028a54607 (patch)
treec276c1b636df13a993a5ee05d36c1b35feeeebb7 /net-im
parent32073e5b36d6f97d48e56d2a4d7d5161517e2fe3 (diff)
downloadfreebsd-ports-gnome-ccb224d663214c7de31606c34f9bc6d028a54607.tar.gz
freebsd-ports-gnome-ccb224d663214c7de31606c34f9bc6d028a54607.tar.zst
freebsd-ports-gnome-ccb224d663214c7de31606c34f9bc6d028a54607.zip
Fix build with gcc 3.4
Noticed by: pointyhat
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp10
-rw-r--r--net-im/kmess/files/patch-kmess-network-msnconnection.cpp10
2 files changed, 20 insertions, 0 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp b/net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp
new file mode 100644
index 000000000000..b48e264a071b
--- /dev/null
+++ b/net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp
@@ -0,0 +1,10 @@
+--- kmess/network/msnconnection.cpp.orig Fri Aug 20 22:18:48 2004
++++ kmess/network/msnconnection.cpp Fri Aug 20 22:22:17 2004
+@@ -40,6 +40,7 @@
+ ack_(0),
+ identifier_(identifier),
+ initialized_(false),
++ kStringHandler_(),
+ missedPings_(0),
+ sendPings_(false),
+ writeLocked_(false)
diff --git a/net-im/kmess/files/patch-kmess-network-msnconnection.cpp b/net-im/kmess/files/patch-kmess-network-msnconnection.cpp
new file mode 100644
index 000000000000..b48e264a071b
--- /dev/null
+++ b/net-im/kmess/files/patch-kmess-network-msnconnection.cpp
@@ -0,0 +1,10 @@
+--- kmess/network/msnconnection.cpp.orig Fri Aug 20 22:18:48 2004
++++ kmess/network/msnconnection.cpp Fri Aug 20 22:22:17 2004
+@@ -40,6 +40,7 @@
+ ack_(0),
+ identifier_(identifier),
+ initialized_(false),
++ kStringHandler_(),
+ missedPings_(0),
+ sendPings_(false),
+ writeLocked_(false)