summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-07-12 17:46:23 +0000
committerMarinus Schraal <foser@gentoo.org>2003-07-12 17:46:23 +0000
commit829cf59ade330768306f541973eedb546217fc64 (patch)
tree42c2504bbb2ea422c77dd94ddb505557fc3a96b0 /dev-cpp/gtkmm/files
parentInitial import (diff)
downloadgentoo-2-829cf59ade330768306f541973eedb546217fc64.tar.gz
gentoo-2-829cf59ade330768306f541973eedb546217fc64.tar.bz2
gentoo-2-829cf59ade330768306f541973eedb546217fc64.zip
don't forget to move the patch as well
Diffstat (limited to 'dev-cpp/gtkmm/files')
-rw-r--r--dev-cpp/gtkmm/files/gtkmm-1.2.9-gcc3.1-gentoo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-cpp/gtkmm/files/gtkmm-1.2.9-gcc3.1-gentoo.patch b/dev-cpp/gtkmm/files/gtkmm-1.2.9-gcc3.1-gentoo.patch
new file mode 100644
index 000000000000..7829a9b03a3b
--- /dev/null
+++ b/dev-cpp/gtkmm/files/gtkmm-1.2.9-gcc3.1-gentoo.patch
@@ -0,0 +1,12 @@
+diff -ur gtkmm-1.2.9.original/src/editable.gen_h gtkmm-1.2.9/src/editable.gen_h
+--- gtkmm-1.2.9.original/src/editable.gen_h Thu Nov 1 11:19:56 2001
++++ gtkmm-1.2.9/src/editable.gen_h Wed May 22 11:13:19 2002
+@@ -147,7 +147,7 @@
+ namespace Gtk
+ {
+
+- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
++ string Editable::get_chars (int start_pos, int end_pos) const
+ {
+ gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
+ string ret_val = chars;