aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 100946d47..a36f17bbd 100644
--- a/Library/Formula/mpfr.rb
+++ b/Library/Formula/mpfr.rb
@@ -7,6 +7,10 @@ class Mpfr <Formula
depends_on 'gmp'
+ def patches
+ {:p1 => ['http://www.mpfr.org/mpfr-current/allpatches']}
+ end
+
def install
configure_args = [
"--prefix=#{prefix}",