dpkg: builds with clang

This commit is contained in:
Jack Nagel 2013-11-18 12:56:03 -06:00
parent b8854b012a
commit 4d652af8d4

View file

@ -9,11 +9,6 @@ class Dpkg < Formula
depends_on 'xz' => :build
depends_on 'gnu-tar'
fails_with :clang do
build 425 # builds with 500, check this on older clang
cause 'cstdlib:142:3: error: declaration conflicts with target of using declaration already in scope'
end
# Fixes the PERL_LIBDIR.
# Uses Homebrew-install gnu-tar instead of bsd tar.
def patches; DATA; end