aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-18 11:16:06 -0600
committerJack Nagel2013-11-18 11:16:08 -0600
commitbc991506140bf9c4de2388aa568c04b9ffbc14d4 (patch)
tree92b8d0a8f58aa1554dcff1da7a35910b16b7ad3c /Library/Formula
parent7dbe1d66a0e74fbba28caa544a2891d7264993fa (diff)
downloadhomebrew-bc991506140bf9c4de2388aa568c04b9ffbc14d4.tar.bz2
dpkg: builds with clang build 500
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dpkg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb
index d21946345..96eb73cef 100644
--- a/Library/Formula/dpkg.rb
+++ b/Library/Formula/dpkg.rb
@@ -10,6 +10,7 @@ class Dpkg < Formula
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