diff options
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb b/lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb index d528928f9c81..54f0582041c5 100644 --- a/lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb +++ b/lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb @@ -1,10 +1,12 @@ ---- ext/tk/tkutil/extconf.rb.orig Tue Apr 3 21:08:12 2007 -+++ ext/tk/tkutil/extconf.rb Tue Apr 3 21:08:16 2007 -@@ -5,7 +5,5 @@ +--- ext/tk/tkutil/extconf.rb.orig 2009-02-14 01:15:24.000000000 +0300 ++++ ext/tk/tkutil/extconf.rb 2009-02-14 01:15:39.000000000 +0300 +@@ -5,9 +5,7 @@ has_tk = true end -if has_tk require 'mkmf' + have_func("rb_obj_instance_exec", "ruby.h") + have_func("strndup", "string.h") create_makefile('tkutil') -end |