PR: 199267 Differential Revision: https://reviews.freebsd.org/D2476 Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> (maintainer) Approved by: swills (mentor)
11 lines
225 B
Ruby
11 lines
225 B
Ruby
--- setup.rb.orig 2009-01-20 10:46:11.000000000 +0900
|
|
+++ setup.rb
|
|
@@ -785,7 +785,7 @@
|
|
else
|
|
require 'rbconfig'
|
|
end
|
|
- ::Config::CONFIG
|
|
+ ::RbConfig::CONFIG
|
|
end
|
|
|
|
def initialize(ardir_root, config)
|