diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-06 22:21:39 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-06 22:21:39 +0000 |
commit | b878e83696f52a42fb386eb616ab48397ce8e37b (patch) | |
tree | 0f9038610419401ee737c022c0e00b8166e03047 /dev-libs/vdk/files | |
parent | Re-apply the last changes now that kmail and konq-plugins are fixed. (diff) | |
download | gentoo-2-b878e83696f52a42fb386eb616ab48397ce8e37b.tar.gz gentoo-2-b878e83696f52a42fb386eb616ab48397ce8e37b.tar.bz2 gentoo-2-b878e83696f52a42fb386eb616ab48397ce8e37b.zip |
gcc4 build fix #134742, patch thanks to Gianluca Parmiggiani and Piotr Jaroszynski for testing
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-libs/vdk/files')
-rw-r--r-- | dev-libs/vdk/files/vdk-2.4.1-gcc4.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/vdk/files/vdk-2.4.1-gcc4.patch b/dev-libs/vdk/files/vdk-2.4.1-gcc4.patch new file mode 100644 index 000000000000..924248b75957 --- /dev/null +++ b/dev-libs/vdk/files/vdk-2.4.1-gcc4.patch @@ -0,0 +1,28 @@ +diff -Naur vdk-2.4.1/vdk/vdkcomboentry.h vdk-2.4.1-ok/vdk/vdkcomboentry.h +--- vdk-2.4.1/vdk/vdkcomboentry.h 2004-09-10 08:14:48.000000000 +0200 ++++ vdk-2.4.1-ok/vdk/vdkcomboentry.h 2006-05-30 11:39:18.000000000 +0200 +@@ -51,8 +51,8 @@ + class VDKComboEntry: public VDKObject + { + protected: +- static int VDKComboEntry::FocusOutEvent(GtkWidget *, GdkEventFocus*, gpointer wid); +- static int VDKComboEntry::FocusInEvent(GtkWidget *, GdkEventFocus*, gpointer wid); ++ static int FocusOutEvent(GtkWidget *, GdkEventFocus*, gpointer wid); ++ static int FocusInEvent(GtkWidget *, GdkEventFocus*, gpointer wid); + VDKObjectSignal s_activated, s_changed, s_selected; + public: + /*! +diff -Naur vdk-2.4.1/vdk/vdkfilechooser.h vdk-2.4.1-ok/vdk/vdkfilechooser.h +--- vdk-2.4.1/vdk/vdkfilechooser.h 2004-09-10 08:15:10.000000000 +0200 ++++ vdk-2.4.1-ok/vdk/vdkfilechooser.h 2006-05-30 11:39:04.000000000 +0200 +@@ -106,8 +106,8 @@ + DECLARE_EVENT_LIST(VDKFileChooser); + // declares two static used to initialize + // form display type and initial position +- static GtkWindowType VDKFileChooser::DisplayType; +- static GtkWindowPosition VDKFileChooser::InitialPosition; ++ static GtkWindowType DisplayType; ++ static GtkWindowPosition InitialPosition; + // + /*! + * Add a filter based on a pattern |