diff options
-rw-r--r-- | net/kdenetwork3/distinfo | 3 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-krfb_krfb_configuration_h | 15 |
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; |