summaryrefslogtreecommitdiff
path: root/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib__utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib__utils.c')
-rw-r--r--meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib__utils.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib__utils.c b/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib__utils.c
deleted file mode 100644
index 5943cf059a4..00000000000
--- a/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib__utils.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-glib2_ext_glib2_rbglib__utils.c,v 1.1 2013/06/20 17:16:06 taca Exp $
-
-Ruby 1.8 compatibility.
-
---- glib2/ext/glib2/rbglib_utils.c.orig 2013-05-08 15:01:55.000000000 +0000
-+++ glib2/ext/glib2/rbglib_utils.c
-@@ -255,7 +255,7 @@ rg_s_parse_debug_string(G_GNUC_UNUSED VA
- VALUE ary;
- GDebugKey* gkeys;
-
-- Check_Type(keys, RUBY_T_HASH);
-+ Check_Type(keys, T_HASH);
- ary = rb_funcall(keys, rb_intern("to_a"), 0);
- nkeys = RARRAY_LEN(ary);
- gkeys = ALLOCA_N(GDebugKey, nkeys);