aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libagg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libagg.rb')
-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