mpfr: apply upstream cumulative patch

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-10-11 20:55:02 -05:00
parent eedfffffa3
commit 9443751fa2

View file

@ -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}"]