1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build with GCC 3.x. Since this presents an API change, bump PORTREVISION.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2003-07-27 18:32:12 +00:00
parent 928bea5734
commit 69defa6052
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85692
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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 */