diff options
| author | Jack Nagel | 2012-02-15 20:02:18 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-15 20:05:50 -0600 |
| commit | 2a4ae3bbb9eae5b0d4d60adc397c782a9510593f (patch) | |
| tree | 3c29511526ac2ec5a03e475ce6ac21cd42aa4a4e /Library/Formula | |
| parent | 28e03503a68a41e195605d2f33f28caadbddaa30 (diff) | |
| download | homebrew-2a4ae3bbb9eae5b0d4d60adc397c782a9510593f.tar.bz2 | |
boost: builds with latest LLVM
To be safe (because this is an important dep), mark 2335 as the failure
point since a 2335.x shipped with older Xcode. Given that Clang 2.1 is
one of Boost's test compilers, current Xcode compilers should be fine.
And most users will get the bottle, anyway.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/boost.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index fd5b015c8..b936f4d5e 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -17,9 +17,7 @@ class Boost < Formula # Both clang and llvm-gcc provided by XCode 4.1 compile Boost 1.47.0 properly. # Moreover, Apple LLVM compiler 2.1 is now among primary test compilers. - if MacOS.xcode_version < "4.1" - fails_with_llvm "LLVM-GCC causes errors with dropped arguments to functions when linking with boost" - end + fails_with_llvm "Dropped arguments to functions when linking with boost", :build => 2335 def options [ |
