aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-09-01 00:32:17 -0400
committerMax Howell2012-09-01 00:33:09 -0400
commitc25abd748bff7f2ea3b6431012b4f8d6aefc493b (patch)
tree57db39a660cadf1cc48884b4eca02712d3004ba8
parent817f27e3fdc10907b39d6e6b4b4a457706ba8b63 (diff)
downloadhomebrew-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.rb2
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