aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-09 19:04:31 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-09 19:04:31 +0000
commit9f65c3565aaa6fff5a3035040d5d48cdcddd6a6d (patch)
tree15bb40e3623b359fe5c7908163f365f435d5ac56 /x11-toolkits
parent3630845a2a9b40cb87da7989e51e7caa24ffd65c (diff)
downloadports-9f65c3565aaa6fff5a3035040d5d48cdcddd6a6d.tar.gz
ports-9f65c3565aaa6fff5a3035040d5d48cdcddd6a6d.zip
Fix a build problem on -CURRENT.
Submitted by: petef
Notes
Notes: svn path=/head/; revision=60993
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc13
-rw-r--r--x11-toolkits/gtk--2/files/patch-src::gtk--::editable.cc13
-rw-r--r--x11-toolkits/gtkmm12/files/patch-src::gtk--::editable.cc13
-rw-r--r--x11-toolkits/gtkmm20/files/patch-src::gtk--::editable.cc13
-rw-r--r--x11-toolkits/gtkmm24/files/patch-src::gtk--::editable.cc13
-rw-r--r--x11-toolkits/gtkmm30/files/patch-src::gtk--::editable.cc13
6 files changed, 78 insertions, 0 deletions
diff --git a/x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc
new file mode 100644
index 000000000000..e3523a058d8d
--- /dev/null
+++ b/x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;
diff --git a/x11-toolkits/gtk--2/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtk--2/files/patch-src::gtk--::editable.cc
new file mode 100644
index 000000000000..e3523a058d8d
--- /dev/null
+++ b/x11-toolkits/gtk--2/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;
diff --git a/x11-toolkits/gtkmm12/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtkmm12/files/patch-src::gtk--::editable.cc
new file mode 100644
index 000000000000..e3523a058d8d
--- /dev/null
+++ b/x11-toolkits/gtkmm12/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;
diff --git a/x11-toolkits/gtkmm20/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtkmm20/files/patch-src::gtk--::editable.cc
new file mode 100644
index 000000000000..e3523a058d8d
--- /dev/null
+++ b/x11-toolkits/gtkmm20/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;
diff --git a/x11-toolkits/gtkmm24/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtkmm24/files/patch-src::gtk--::editable.cc
new file mode 100644
index 000000000000..e3523a058d8d
--- /dev/null
+++ b/x11-toolkits/gtkmm24/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;
diff --git a/x11-toolkits/gtkmm30/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtkmm30/files/patch-src::gtk--::editable.cc
new file mode 100644
index 000000000000..e3523a058d8d
--- /dev/null
+++ b/x11-toolkits/gtkmm30/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;