diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpfr.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index dc67aa0e2..f0d0d2d50 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -11,6 +11,10 @@ class Mpfr < Formula [["--32-bit", "Force 32-bit."]] end + def patches + { :p1 => "http://www.mpfr.org/mpfr-3.1.0/allpatches" } + end + def install args = ["--disable-dependency-tracking", "--prefix=#{prefix}"] |
