aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libbonobouimm
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-08-17 20:19:52 +0800
committerbland <bland@FreeBSD.org>2004-08-17 20:19:52 +0800
commit915264f5d91ef853152406e14beff3cfe8930816 (patch)
tree5b3f13508b8709d513284e0ed4f4af0022e4610d /x11-toolkits/libbonobouimm
parent31aa333c15151eeb973bf7beda61ddbe3d91bcfd (diff)
downloadfreebsd-ports-gnome-915264f5d91ef853152406e14beff3cfe8930816.tar.gz
freebsd-ports-gnome-915264f5d91ef853152406e14beff3cfe8930816.tar.zst
freebsd-ports-gnome-915264f5d91ef853152406e14beff3cfe8930816.zip
Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard).
Diffstat (limited to 'x11-toolkits/libbonobouimm')
-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&);