summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/icecream/files/icecream-0.6-20050413-gcc41.patch')
-rw-r--r--sys-devel/icecream/files/icecream-0.6-20050413-gcc41.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-devel/icecream/files/icecream-0.6-20050413-gcc41.patch b/sys-devel/icecream/files/icecream-0.6-20050413-gcc41.patch
new file mode 100644
index 000000000000..6e0fc9969c60
--- /dev/null
+++ b/sys-devel/icecream/files/icecream-0.6-20050413-gcc41.patch
@@ -0,0 +1,24 @@
+diff -urN icecream.orig/mon/hostinfo.h icecream/mon/hostinfo.h
+--- icecream.orig/mon/hostinfo.h 2004-08-27 12:24:46.000000000 +0100
++++ icecream/mon/hostinfo.h 2006-06-26 00:23:34.000000000 +0100
+@@ -54,7 +54,7 @@
+ protected:
+ static void initColor( const QString &value, const QString &name );
+
+- QColor HostInfo::createColor();
++ QColor createColor();
+ QColor createColor( const QString &name );
+
+ private:
+diff -urN icecream.orig/mon/starview.h icecream/mon/starview.h
+--- icecream.orig/mon/starview.h 2005-01-13 11:56:26.000000000 +0000
++++ icecream/mon/starview.h 2006-06-26 00:24:49.000000000 +0100
+@@ -142,7 +142,7 @@
+
+ QString id() const { return "star"; }
+
+- HostItem *StarView::findHostItem( unsigned int hostid );
++ HostItem *findHostItem( unsigned int hostid );
+
+ void checkNode( unsigned int hostid );
+