summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTitus von Boxberg <tvb377@gmx.de>2010-02-02 23:24:24 (GMT)
committerTitus von Boxberg <tvb377@gmx.de>2010-02-02 23:24:24 (GMT)
commite6f4c47c21b9ac09cb0e56810ea2e27b47645a35 (patch)
tree57c3e01be7341db545608af8bd8fc7a01d42fb01 /scripts
parent22fca0106eceb10e1c1666d680be29f978ec8908 (diff)
comp-libs/mpfr: fix build on Darwin
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/companion_libs/mpfr.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh
index 3c3480d..dd1a460 100644
--- a/scripts/build/companion_libs/mpfr.sh
+++ b/scripts/build/companion_libs/mpfr.sh
@@ -75,6 +75,7 @@ do_mpfr() {
case "${CT_HOST}" in
*cygwin*) mpfr_opt="--disable-thread-safe";;
*mingw*) mpfr_opt="--disable-thread-safe";;
+ *darwin*) mpfr_opt="--disable-thread-safe";;
*) mpfr_opt="--enable-thread-safe";;
esac