summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-11 15:50:56 +0000
committerdholland <dholland@pkgsrc.org>2011-12-11 15:50:56 +0000
commit4dc4508fdf5346f07a0d745b8fa2ad490a12ed97 (patch)
tree2fd5dc9a6f4cf6c7ca8da05e514145b96c9fa4c8 /net
parent3e1e7e4a903bdad187234a78b440e473daf1961c (diff)
downloadpkgsrc-4dc4508fdf5346f07a0d745b8fa2ad490a12ed97.tar.gz
Accomodate C++ language drift. Fixes build with gcc 4.5.
Diffstat (limited to 'net')
-rw-r--r--net/kdenetwork3/distinfo3
-rw-r--r--net/kdenetwork3/patches/patch-krfb_krfb_configuration_h15
2 files changed, 17 insertions, 1 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo
index 5aa0edbbbc8..804ad1deb0d 100644
--- a/net/kdenetwork3/distinfo
+++ b/net/kdenetwork3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.49 2011/01/20 12:19:30 markd Exp $
+$NetBSD: distinfo,v 1.50 2011/12/11 15:50:56 dholland Exp $
SHA1 (kdenetwork-3.5.10.tar.bz2) = eb280bffaf4642bfda442cc6a9fb38dc4163b720
RMD160 (kdenetwork-3.5.10.tar.bz2) = f888f53746f1e734d3c15c09eac1c2b9c0564b20
@@ -17,3 +17,4 @@ SHA1 (patch-bb) = 4acd491934978af53ea74424ffcb5fd5c1e2706e
SHA1 (patch-bc) = 8e6349eb5680fa7ac807c09d38816e744aa359c2
SHA1 (patch-bd) = 05c285a1965f5a9af03b0570ac51a1ea19d7fed0
SHA1 (patch-be) = 69eee4103409cd10dc673c3f7da3736c9505e927
+SHA1 (patch-krfb_krfb_configuration_h) = ef3c84a02c03a9c24341cab9b691b68ef3c4f0cc
diff --git a/net/kdenetwork3/patches/patch-krfb_krfb_configuration_h b/net/kdenetwork3/patches/patch-krfb_krfb_configuration_h
new file mode 100644
index 00000000000..3d9fd275e4e
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-krfb_krfb_configuration_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-krfb_krfb_configuration_h,v 1.1 2011/12/11 15:50:56 dholland Exp $
+
+Accomodate C++ language drift.
+
+--- krfb/krfb/configuration.h~ 2005-09-10 08:20:13.000000000 +0000
++++ krfb/krfb/configuration.h
+@@ -106,7 +106,7 @@ private:
+
+ krfb_mode m_mode;
+
+- ManageInvitationsDialog invMngDlg;
++ class ManageInvitationsDialog invMngDlg;
+ InviteDialog invDlg;
+ PersonalInviteDialog persInvDlg;
+ QTimer refreshTimer;