From 3190699a5ed4f827101c4a93f4c5a98f41780d1b Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Tue, 17 Aug 2004 12:19:52 +0000 Subject: Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard). --- .../libbonobouimm/files/patch-bonobomm::servers::controol.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/libbonobouimm/files/patch-bonobomm::servers::controol.h (limited to 'x11-toolkits/libbonobouimm/files/patch-bonobomm::servers::controol.h') 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&); -- cgit v1.2.3