diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpfr.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index 2610a37df..4fe6e3279 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -1,5 +1,3 @@ -require "formula" - class Mpfr < Formula homepage "http://www.mpfr.org/" # Upstream is down a lot, so use the GNU mirror + Gist for patches @@ -38,7 +36,7 @@ class Mpfr < Formula ENV.m32 if build.build_32_bit? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" - system "make check" - system "make install" + system "make", "check" + system "make", "install" end end |
