From 5b45db12de36c4bf269fa55f3f56b1b04cb44dc7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 20 Feb 2013 08:15:02 -0800 Subject: dpkg still fails with clang 425 Closes #17967. --- Library/Formula/dpkg.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb index e186e6731..5c131e2fb 100644 --- a/Library/Formula/dpkg.rb +++ b/Library/Formula/dpkg.rb @@ -9,7 +9,8 @@ class Dpkg < Formula depends_on 'gnu-tar' fails_with :clang do - build 421 + build 425 + cause 'cstdlib:142:3: error: declaration conflicts with target of using declaration already in scope' end # Fixes the PERL_LIBDIR. -- cgit v1.2.3