aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-23 21:11:20 -0700
committerAdam Vandenberg2013-06-24 07:29:06 -0700
commit0a75bb745aecaecd817034070694e1879dd0c666 (patch)
treeeac45bddafbcdfa3eb0f62f72b135ff326adc7cc /Library/Formula
parent5eb16055d2b4ab15d55cb94ceba14a89defa87cd (diff)
downloadhomebrew-0a75bb745aecaecd817034070694e1879dd0c666.tar.bz2
fftw: fix fortran
Closes #20727.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fftw.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb
index 51cf341d8..87e9b5fd3 100644
--- a/Library/Formula/fftw.rb
+++ b/Library/Formula/fftw.rb
@@ -17,7 +17,7 @@ class Fftw < Formula
if build.include? "with-fortran"
ENV.fortran
else
- args << "--disable-fortran" unless which 'gfortran'
+ args << "--disable-fortran"
end
# single precision