aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index 77ed6b8d0..b26669907 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -484,8 +484,8 @@ class << ENV
self['FC'] = which 'gfortran'
self['F77'] = self['FC']
- FC_FLAG_VARS.each {|key| self[key] = cflags}
- set_cpu_flags(FC_FLAG_VARS)
+ HomebrewEnvExtension::FC_FLAG_VARS.each {|key| self[key] = cflags}
+ set_cpu_flags(HomebrewEnvExtension::FC_FLAG_VARS)
else
onoe <<-EOS
This formula requires a fortran compiler, but we could not find one by