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 | 4645e26d4d5beb1319b5a2c547f11982f2ac6520 (patch) | |
tree | 21355674a5ef7b7986501af8b731a104afbe07c1 /dev-libs/vdk/files | |
parent | Re-apply the last changes now that kmail and konq-plugins are fixed. (diff) | |
download | historical-4645e26d4d5beb1319b5a2c547f11982f2ac6520.tar.gz historical-4645e26d4d5beb1319b5a2c547f11982f2ac6520.tar.bz2 historical-4645e26d4d5beb1319b5a2c547f11982f2ac6520.zip |
gcc4 build fix #134742, patch thanks to Gianluca Parmiggiani and Piotr Jaroszynski for testing
Package-Manager: portage-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 |