summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-27 18:32:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-27 18:32:12 +0000
commit69defa605261c779bf5f18356238f5fec22358f9 (patch)
tree88760ec5b0b01a9e7f09066010c4305186e2de4f /x11-toolkits
parentUpdate to 20030727. (diff)
Fix build with GCC 3.x. Since this presents an API change, bump PORTREVISION.
Reported by: bento
Notes
Notes: svn path=/head/; revision=85692
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnome--/Makefile1
-rw-r--r--x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile
index 4e25035b2b5d..4b00e455e9d1 100644
--- a/x11-toolkits/gnome--/Makefile
+++ b/x11-toolkits/gnome--/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomemm
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
diff --git a/x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h b/x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h
new file mode 100644
index 000000000000..b219148813ef
--- /dev/null
+++ b/x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h
@@ -0,0 +1,11 @@
+--- src/gnome--/app-helper.h.orig Sun Jul 27 13:56:52 2003
++++ src/gnome--/app-helper.h Sun Jul 27 14:00:25 2003
+@@ -40,7 +40,7 @@
+ template<class T_Info>
+ class Array;
+
+-class Info : protected GnomeUIInfo
++class Info : public GnomeUIInfo
+ {
+ /* Note when deriving this, you must not add any fields nor may you
+ add any virtuals */