From c25abd748bff7f2ea3b6431012b4f8d6aefc493b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 1 Sep 2012 00:32:17 -0400 Subject: 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.--- Library/Formula/libagg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3