diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-23 11:53:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-23 11:53:37 +0800 |
commit | 44948f59d66acb76578a51806e22ee09bc6c0a93 (patch) | |
tree | 17214f41d236c8c1a15b90aded296b878d71557c /x11-toolkits | |
parent | 2e701d3064ce9817b38a1219061375be8a9552fc (diff) | |
download | freebsd-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')
4 files changed, 24 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>; diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 8eda4ce935d1..1ac2cc8ab847 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/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/libgnomeuimm26/files/patch-libgnome::libgnomeuimm::app-helper.h b/x11-toolkits/libgnomeuimm26/files/patch-libgnome::libgnomeuimm::app-helper.h new file mode 100644 index 000000000000..b475c40cfe5e --- /dev/null +++ b/x11-toolkits/libgnomeuimm26/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>; |