diff options
-rw-r--r-- | lang/ruby18/files/patch-tk-tkutil-extconf.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/ruby18/files/patch-tk-tkutil-extconf.rb b/lang/ruby18/files/patch-tk-tkutil-extconf.rb new file mode 100644 index 000000000000..33b5154e6d3d --- /dev/null +++ b/lang/ruby18/files/patch-tk-tkutil-extconf.rb @@ -0,0 +1,7 @@ +--- ext/tk/tkutil/extconf.rb.orig Wed Nov 2 12:19:30 2005 ++++ ext/tk/tkutil/extconf.rb Sat Jan 14 16:21:55 2006 +@@ -1,4 +1,2 @@ +-if compiled?('tk') + require 'mkmf' + create_makefile('tkutil') +-end |