mpfr: use env :std to prevent segmentation fault

Closes Homebrew/homebrew#15312.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
samueljohn 2012-10-05 16:49:57 +02:00 committed by Jack Nagel
parent 5c75c1e133
commit dcd85e4925
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ class Mpfr < Formula
option '32-bit'
# Segfaults under superenv with clang 4.1/421. See:
# https://github.com/mxcl/homebrew/issues/15061
env :std
def patches
"http://www.mpfr.org/mpfr-current/allpatches"
end