summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-08-17 12:19:52 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-08-17 12:19:52 +0000
commit3190699a5ed4f827101c4a93f4c5a98f41780d1b (patch)
tree1a6a2e7dea56a37058a821d4913999aee2f4cc01 /x11-toolkits
parent- Mark this port DEPRECATED, since development stopped. (diff)
Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard).
Diffstat (limited to '')
-rw-r--r--x11-toolkits/libbonobouimm/files/patch-bonobomm::servers::controol.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/libbonobouimm/files/patch-bonobomm::servers::controol.h b/x11-toolkits/libbonobouimm/files/patch-bonobomm::servers::controol.h
new file mode 100644
index 000000000000..93da472d7dec
--- /dev/null
+++ b/x11-toolkits/libbonobouimm/files/patch-bonobomm::servers::controol.h
@@ -0,0 +1,11 @@
+--- bonobomm/servers/control.h.orig Tue Aug 17 21:13:56 2004
++++ bonobomm/servers/control.h Tue Aug 17 21:14:42 2004
+@@ -71,7 +71,7 @@
+ typedef BonoboControlClass BaseClassType;
+
+ private:
+- friend class CppClassType;
++ friend class Control_Class;
+ static CppClassType control_class_;
+
+ Control(const Control&);