aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dcmtk.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-06 12:38:52 -0700
committerAdam Vandenberg2013-05-06 12:38:52 -0700
commit117f1a2cfd91f4cf5dd4f28592b7b84eb1598910 (patch)
tree3380620c0af8e36b935a12fb919669dcab007cfa /Library/Formula/dcmtk.rb
parentaebc4a6bf41ba2d785bf8dec30ff719b997f1b78 (diff)
downloadhomebrew-117f1a2cfd91f4cf5dd4f28592b7b84eb1598910.tar.bz2
dcmtk: still fails with clang 425
Diffstat (limited to 'Library/Formula/dcmtk.rb')
-rw-r--r--Library/Formula/dcmtk.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/dcmtk.rb b/Library/Formula/dcmtk.rb
index acc88379f..8b74845ee 100644
--- a/Library/Formula/dcmtk.rb
+++ b/Library/Formula/dcmtk.rb
@@ -13,7 +13,8 @@ class Dcmtk < Formula
depends_on 'doxygen' if build.include? 'with-docs'
fails_with :clang do
- build 421
+ build 425
+ cause "error: use of undeclared identifier 'scaleData'"
end
def install