1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/ruby-event-loop/files/patch-setup.rb
Steve Wills 857e64a1c3 devel/ruby-event-loop: remove USE_RAKE
While here, fix build with Ruby 2.2 (though it is still unfetchable)
2016-04-27 22:23:39 +00:00

19 lines
603 B
Ruby

--- setup.rb.orig 2006-10-19 18:09:26 UTC
+++ setup.rb
@@ -281,7 +281,6 @@ class ConfigTable
'site-ruby-common' => 'siteruby', # For backward compatibility
'site-ruby' => 'siterubyver', # For backward compatibility
'bin-dir' => 'bindir',
- 'bin-dir' => 'bindir',
'rb-dir' => 'rbdir',
'so-dir' => 'sodir',
'data-dir' => 'datadir',
@@ -786,7 +785,7 @@ class ToplevelInstaller
else
require 'rbconfig'
end
- ::Config::CONFIG
+ ::RbConfig::CONFIG
end
def initialize(ardir_root, config)