mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
11 lines
374 B
Ruby
11 lines
374 B
Ruby
--- 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
|