aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-09-06 20:24:08 -0500
committerJack Nagel2012-09-06 20:24:08 -0500
commita58c8258fbf735fe660aead71236abfcb579a17b (patch)
treebb7cdead384d04c533c94d933fa17a8d1a56db25 /Library/Formula
parentb11be2f1aa45e0aef6567841cfe121d5507ef859 (diff)
downloadhomebrew-a58c8258fbf735fe660aead71236abfcb579a17b.tar.bz2
mpfr 3.1.1-p2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpfr.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb
index 2a3f96af2..88e522dbc 100644
--- a/Library/Formula/mpfr.rb
+++ b/Library/Formula/mpfr.rb
@@ -3,12 +3,17 @@ require 'formula'
class Mpfr < Formula
homepage 'http://www.mpfr.org/'
url 'http://www.mpfr.org/mpfr-3.1.1/mpfr-3.1.1.tar.bz2'
+ version '3.1.1-p2'
sha256 '7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd'
depends_on 'gmp'
option '32-bit'
+ def patches
+ "http://www.mpfr.org/mpfr-current/allpatches"
+ end
+
def install
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]