From babb4ef8d9fa0f35818c2c1eb15383e8349c2b9f Mon Sep 17 00:00:00 2001 From: swills Date: Tue, 6 Dec 2011 02:47:32 +0000 Subject: - Fix build with Ruby 1.9 (I wish I were making this up). No change to default package so no PORTREVISION bump Feature safe: yes --- x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c (limited to 'x11-toolkits/ruby-gtk2') diff --git a/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c b/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c new file mode 100644 index 00000000000..8a7d6386395 --- /dev/null +++ b/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c @@ -0,0 +1,11 @@ +--- ext/gtk2/rbgtkrecentfilterinfo.c.orig 2011-12-06 02:31:21.000000000 +0000 ++++ ext/gtk2/rbgtkrecentfilterinfo.c 2011-12-06 02:32:42.000000000 +0000 +@@ -103,7 +103,7 @@ + static VALUE + rf_set_applications(VALUE self, VALUE applications) + { +- /* NOTE: This can’t be right. What guarantees that the entries in ++ /* NOTE: This can't be right. What guarantees that the entries in + * applications will be around? It should be RVAL2STRV_DUP and use + * g_strfreev in free above. */ + _SELF(self)->applications = RVAL2STRV(applications); -- cgit