From 137d48859569c435d6255b4c44d00e6c93c2b37c Mon Sep 17 00:00:00 2001 From: samueljohn Date: Fri, 5 Oct 2012 16:49:57 +0200 Subject: mpfr: use env :std to prevent segmentation fault Closes #15312. Signed-off-by: Jack Nagel --- Library/Formula/mpfr.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index 88e522dbc..ae54b3e29 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -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 -- cgit v1.2.3