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:
parent
928bea5734
commit
69defa6052
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85692
@ -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
|
||||
|
11
x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h
Normal file
11
x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h
Normal 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 */
|
Loading…
Reference in New Issue
Block a user