diff options
| author | Max Howell | 2012-09-01 00:32:17 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-01 00:33:09 -0400 |
| commit | c25abd748bff7f2ea3b6431012b4f8d6aefc493b (patch) | |
| tree | 57db39a660cadf1cc48884b4eca02712d3004ba8 | |
| parent | 817f27e3fdc10907b39d6e6b4b4a457706ba8b63 (diff) | |
| download | homebrew-c25abd748bff7f2ea3b6431012b4f8d6aefc493b.tar.bz2 | |
libagg still fails with clang (prolly always will)
Clang is unlikely to ever support this kind of thing, it's bad code!
In this case really we could use a way to provide a diff of the lines that break the compile and say that it fails with clang while this bad code is in the sources.
Closes #14573.
| -rw-r--r-- | Library/Formula/libagg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb index 68d3b3879..c50c69935 100644 --- a/Library/Formula/libagg.rb +++ b/Library/Formula/libagg.rb @@ -11,7 +11,7 @@ class Libagg < Formula depends_on 'sdl' fails_with :clang do - build 318 + build 421 cause <<-EOS.undent AGG tries to return a const reference as a non-const reference, which is rejected by clang 3.1 but accepted by gcc |
