pkgsrc/databases/ruby-vapor/patches/patch-install.rb

24 lines
591 B
Ruby

$NetBSD: patch-install.rb,v 1.1 2015/06/03 12:04:16 taca Exp $
Fix build problem on Ruby 2.2 and later.
--- install.rb.orig 2003-11-22 08:36:17.000000000 +0000
+++ install.rb
@@ -74,7 +74,7 @@ end
class ConfigTable
- c = ::Config::CONFIG
+ c = ::RbConfig::CONFIG
rubypath = c['bindir'] + '/' + c['ruby_install_name']
@@ -745,7 +745,7 @@ class Installer
"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|