summaryrefslogtreecommitdiff
path: root/lang/ruby21-base/patches/patch-ext_tk_extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby21-base/patches/patch-ext_tk_extconf.rb')
-rw-r--r--lang/ruby21-base/patches/patch-ext_tk_extconf.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/ruby21-base/patches/patch-ext_tk_extconf.rb b/lang/ruby21-base/patches/patch-ext_tk_extconf.rb
deleted file mode 100644
index 389e31dac45..00000000000
--- a/lang/ruby21-base/patches/patch-ext_tk_extconf.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ext_tk_extconf.rb,v 1.1 2014/12/14 14:00:17 taca Exp $
-
-* Add tcl/tk 8.6 support.
-
---- ext/tk/extconf.rb.orig 2013-11-30 02:46:47.000000000 +0000
-+++ ext/tk/extconf.rb
-@@ -9,10 +9,10 @@ TkLib_Config['search_versions'] =
- # %w[8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 7.6 4.2]
- # %w[8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0]
- # %w[8.7 8.6 8.5 8.4 8.0] # to shorten search steps
-- %w[8.5 8.4] # At present, Tcl/Tk8.6 is not supported.
-+ %w[8.6 8.5 8.4]
-
- TkLib_Config['unsupported_versions'] =
-- %w[8.8 8.7 8.6] # At present, Tcl/Tk8.6 is not supported.
-+ %w[8.8 8.7]
-
- TkLib_Config['major_nums'] = '87'
-