aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libgnomeuimm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-23 03:53:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-23 03:53:37 +0000
commitc251c019d9797f00343bca9c0054f74856ec4ec0 (patch)
treec0c06e4aceb8e5c522b4ae563afd09fd272ec509 /x11-toolkits/libgnomeuimm
parent4f92d86b776ff5b697748a462fa3cb45f667b1cb (diff)
downloadports-c251c019d9797f00343bca9c0054f74856ec4ec0.tar.gz
ports-c251c019d9797f00343bca9c0054f74856ec4ec0.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>
Notes
Notes: svn path=/head/; revision=85410
Diffstat (limited to 'x11-toolkits/libgnomeuimm')
-rw-r--r--x11-toolkits/libgnomeuimm/Makefile1
-rw-r--r--x11-toolkits/libgnomeuimm/files/patch-libgnome::libgnomeuimm::app-helper.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile
index 8eda4ce935d1..1ac2cc8ab847 100644
--- a/x11-toolkits/libgnomeuimm/Makefile
+++ b/x11-toolkits/libgnomeuimm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgnomeuimm
PORTVERSION= 1.3.16
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmm
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>;