aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boost.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/boost.rb')
-rw-r--r--Library/Formula/boost.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index 2257c21c8..d1190fc5e 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -10,9 +10,8 @@ class Boost <Formula
end
def install
- # Use GCC 4.2 because the standard llvm-gcc causes errors with dropped arugments
- # to functions when linking with the boost library
- ENV.gcc_4_2
+ fails_with_llvm "the standard llvm-gcc causes errors with dropped arugments "+
+ "to functions when linking with the boost library"
# Not sure about this, but added since macports has it
mkdir 'libs/random/build'