From 5e2e437b1fcf68fedb45078c6be134cfcb0d78be Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 12 Feb 2013 09:01:54 -0800 Subject: libagg still fails with clang 425 Closes #17798. --- Library/Formula/libagg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3