aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeuimm/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-23 11:53:37 +0800
committermarcus <marcus@FreeBSD.org>2003-07-23 11:53:37 +0800
commit44948f59d66acb76578a51806e22ee09bc6c0a93 (patch)
tree17214f41d236c8c1a15b90aded296b878d71557c /x11-toolkits/libgnomeuimm/files
parent2e701d3064ce9817b38a1219061375be8a9552fc (diff)
downloadfreebsd-ports-gnome-44948f59d66acb76578a51806e22ee09bc6c0a93.tar.gz
freebsd-ports-gnome-44948f59d66acb76578a51806e22ee09bc6c0a93.tar.zst
freebsd-ports-gnome-44948f59d66acb76578a51806e22ee09bc6c0a93.zip
Fix build with GCC 3.3.1. Bump PORTREVISION since the header change will
affect dependent ports. Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'x11-toolkits/libgnomeuimm/files')
-rw-r--r--x11-toolkits/libgnomeuimm/files/patch-libgnome::libgnomeuimm::app-helper.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeuimm/files/patch-libgnome::libgnomeuimm::app-helper.h b/x11-toolkits/libgnomeuimm/files/patch-libgnome::libgnomeuimm::app-helper.h
new file mode 100644
index 000000000000..b475c40cfe5e
--- /dev/null
+++ b/x11-toolkits/libgnomeuimm/files/patch-libgnome::libgnomeuimm::app-helper.h
@@ -0,0 +1,11 @@
+--- libgnomeui/libgnomeuimm/app-helper.h.orig Wed Jul 23 11:41:05 2003
++++ libgnomeui/libgnomeuimm/app-helper.h Wed Jul 23 11:41:37 2003
+@@ -53,7 +53,7 @@
+ /*** Derived GnomeUIInfo
+ * Note: When deriving this, you must not add any fields or add any virtuals
+ */
+-class Info : protected GnomeUIInfo
++class Info : public GnomeUIInfo
+ {
+ friend class InfoData;
+ friend class Array<Info>;