aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorsamueljohn2012-10-05 16:49:57 +0200
committerJack Nagel2012-10-23 18:10:26 -0500
commit137d48859569c435d6255b4c44d00e6c93c2b37c (patch)
treed01dd2c339805b2199cc30750ddf416bf4abcf14 /Library/Formula
parenta524946e91746d236385c60ffd5289b23a361d28 (diff)
downloadhomebrew-137d48859569c435d6255b4c44d00e6c93c2b37c.tar.bz2
mpfr: use env :std to prevent segmentation fault
Closes #15312. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpfr.rb4
1 files changed, 4 insertions, 0 deletions
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