comp-libs/mpfr: fix build on Darwin

This commit is contained in:
Titus von Boxberg 2010-02-03 00:24:24 +01:00
parent 22fca0106e
commit e6f4c47c21

View File

@ -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