aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2011-10-11 20:55:02 -0500
committerJack Nagel2011-10-12 02:53:40 -0500
commita12cb0254d09356ee05056b07d052d6a77a66509 (patch)
tree2d94cbe5e634ee307973eb1770cead9a00096467 /Library/Formula
parentd96879d274f270abdbd4613cffa5bdd7b0d77abd (diff)
downloadhomebrew-a12cb0254d09356ee05056b07d052d6a77a66509.tar.bz2
mpfr: apply upstream cumulative patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpfr.rb4
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}"]