diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-13 22:16:27 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-13 22:16:27 +0000 |
commit | 245fe878ce8c61ce764e2ded6ae7ac6f1b8be150 (patch) | |
tree | 28926ebd215824295131dbae96bb175ea5f2958c /lang/ruby18 | |
parent | 51fbdac46f941212ba43301ba477f5f5d04b233c (diff) | |
download | ports-245fe878ce8c61ce764e2ded6ae7ac6f1b8be150.tar.gz ports-245fe878ce8c61ce764e2ded6ae7ac6f1b8be150.zip |
Notes
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 |