aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libagg.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-12 09:01:54 -0800
committerAdam Vandenberg2013-02-12 09:01:54 -0800
commit5e2e437b1fcf68fedb45078c6be134cfcb0d78be (patch)
tree80a46dc56d0faf119b12916855bf9c59413d3933 /Library/Formula/libagg.rb
parent8d7951a9fafad3ac8f441604f2d8d7cbd9f809f0 (diff)
downloadhomebrew-5e2e437b1fcf68fedb45078c6be134cfcb0d78be.tar.bz2
libagg still fails with clang 425
Closes #17798.
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 5ac451e50..3a026b1b1 100644
--- a/Library/Formula/libagg.rb
+++ b/Library/Formula/libagg.rb
@@ -12,7 +12,7 @@ class Libagg < Formula
depends_on :freetype => :optional
fails_with :clang do
- build 421
+ build 425
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