aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm20/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 07:33:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 07:33:02 +0000
commit1bb2f017ac1911b0eb730bda455be9e66ce68963 (patch)
tree26462c7d517d9d35fcdef90da116c7ce3b6d71f5 /x11-toolkits/gtkmm20/files
parente7375e470a5d6db389b874be48472895c710e7cf (diff)
Notes
Diffstat (limited to 'x11-toolkits/gtkmm20/files')
-rw-r--r--x11-toolkits/gtkmm20/files/patch-ah11
-rw-r--r--x11-toolkits/gtkmm20/files/patch-configure10
-rw-r--r--x11-toolkits/gtkmm20/files/patch-src::editable.gen_h11
3 files changed, 10 insertions, 22 deletions
diff --git a/x11-toolkits/gtkmm20/files/patch-ah b/x11-toolkits/gtkmm20/files/patch-ah
deleted file mode 100644
index 26daf873fa6d..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999
-+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999
-@@ -57,7 +57,7 @@
- Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes,
- gint attributes_mask):Gdk_Drawable(0)
- {
-- create(0,attributes,attributes_mask);
-+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask);
- }
-
- Gdk_Window::~Gdk_Window()
diff --git a/x11-toolkits/gtkmm20/files/patch-configure b/x11-toolkits/gtkmm20/files/patch-configure
new file mode 100644
index 000000000000..c14c5d93483a
--- /dev/null
+++ b/x11-toolkits/gtkmm20/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Sat Oct 12 00:36:53 2002
++++ configure Sat Oct 12 00:37:15 2002
+@@ -6823,6 +6823,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gtkmm20/files/patch-src::editable.gen_h b/x11-toolkits/gtkmm20/files/patch-src::editable.gen_h
deleted file mode 100644
index 234dc91f8061..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-src::editable.gen_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
-+++ src/editable.gen_h Mon Jun 10 21:40:56 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;