freebsd-ports/lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb
Stanislav Sedov 8752c350a7 - Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
2007-04-03 21:57:49 +00:00

10 lines
216 B
Ruby

--- 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 @@
has_tk = true
end
-if has_tk
require 'mkmf'
create_makefile('tkutil')
-end