summaryrefslogtreecommitdiff
path: root/mail/ruby-rmail/files/patch-install.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail/ruby-rmail/files/patch-install.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/ruby-rmail/files/patch-install.rb b/mail/ruby-rmail/files/patch-install.rb
deleted file mode 100644
index 67e29be3c2b5..000000000000
--- a/mail/ruby-rmail/files/patch-install.rb
+++ /dev/null
@@ -1,20 +0,0 @@
---- install.rb.orig 2016-02-03 17:53:10.253692000 +0000
-+++ install.rb 2016-02-03 17:53:44.504039000 +0000
-@@ -45,7 +45,7 @@
-
- class ConfigTable
-
-- c = ::Config::CONFIG
-+ c = ::RbConfig::CONFIG
-
- rubypath = c['bindir'] + '/' + c['ruby_install_name']
-
-@@ -692,7 +692,7 @@
- "no extention exists: Have you done 'ruby #{$0} setup' ?"
- end
-
-- DLEXT = /\.#{ ::Config::CONFIG['DLEXT'] }\z/
-+ DLEXT = /\.#{ ::RbConfig::CONFIG['DLEXT'] }\z/
-
- def _allext( dir )
- Dir.open(dir) {|d|