diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dpkg.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
