summaryrefslogtreecommitdiff
path: root/scripts/macosx-build-dependencies.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-05-09 17:21:47 (GMT)
committerMarius Kintel <marius@kintel.net>2012-05-09 17:21:47 (GMT)
commit18529d2f78873972917741aeb8d3c981665d213e (patch)
tree848b2654a8d75f7d45be7a415318f92825f8a08f /scripts/macosx-build-dependencies.sh
parentdb2d5b3177c79a082722c488576ddc3812524c4d (diff)
Build mpfr with the latest official patches
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-xscripts/macosx-build-dependencies.sh3
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
contact: Jan Huwald // Impressum