diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-27 18:32:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-27 18:32:12 +0000 |
commit | 69defa605261c779bf5f18356238f5fec22358f9 (patch) | |
tree | 88760ec5b0b01a9e7f09066010c4305186e2de4f /x11-toolkits/gnome-- | |
parent | 928bea57346bc7f956544bd647182c83e6ec0b17 (diff) | |
download | ports-69defa605261c779bf5f18356238f5fec22358f9.tar.gz ports-69defa605261c779bf5f18356238f5fec22358f9.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnome--')
-rw-r--r-- | x11-toolkits/gnome--/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h | 11 |
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 */ |