diff options
author | Marius Kintel <marius@kintel.net> | 2012-05-09 17:21:47 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-05-09 17:21:47 (GMT) |
commit | 18529d2f78873972917741aeb8d3c981665d213e (patch) | |
tree | 848b2654a8d75f7d45be7a415318f92825f8a08f /scripts/macosx-build-dependencies.sh | |
parent | db2d5b3177c79a082722c488576ddc3812524c4d (diff) |
Build mpfr with the latest official patches
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 1436ac2..405f7aa 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -133,7 +133,8 @@ build_mpfr() fi tar xjf mpfr-$version.tar.bz2 cd mpfr-$version - + curl -O http://www.mpfr.org/mpfr-current/allpatches + patch -N -Z -p1 < allpatches if $OPTION_32BIT; then mkdir build-i386 cd build-i386 |