summaryrefslogtreecommitdiff
path: root/devel/rubygem-fastthread/files/patch-ext-fasthread-extconf.rb
blob: 7612dcf3b48a257b07f0aab86e06729b0b1e2909 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ext/fastthread/extconf.rb.orig	2015-01-23 16:43:26.000000000 +0000
+++ ext/fastthread/extconf.rb	2015-01-23 16:43:33.000000000 +0000
@@ -10,7 +10,7 @@
 else
   require 'rbconfig'
   File.open('Makefile', 'w') do |stream|
-    Config::CONFIG.each do |key, value|
+    RbConfig::CONFIG.each do |key, value|
       stream.puts "#{key} = #{value}"
     end
     stream.puts