aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dcmtk.rb
diff options
context:
space:
mode:
authorJack Nagel2012-03-18 15:33:24 -0500
committerJack Nagel2012-04-01 12:39:59 -0500
commit497b13ac9e088ef2bb9539f0a25ba944c87c6f26 (patch)
treef105351651a7f7bd91099320479c7ed9fdaf50ba /Library/Formula/dcmtk.rb
parentb36f59dd3c8a3bf95eeb715e3fdd05bce2ccdc75 (diff)
downloadhomebrew-497b13ac9e088ef2bb9539f0a25ba944c87c6f26.tar.bz2
Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/dcmtk.rb')
-rw-r--r--Library/Formula/dcmtk.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/dcmtk.rb b/Library/Formula/dcmtk.rb
index 47c2d549e..e1b8a0aef 100644
--- a/Library/Formula/dcmtk.rb
+++ b/Library/Formula/dcmtk.rb
@@ -12,7 +12,9 @@ class Dcmtk < Formula
[['--with-docs', 'Install development libraries/headers and HTML docs']]
end
- # fails_with_clang: https://github.com/mxcl/homebrew/issues/10884#issuecomment-4467514
+ fails_with :clang do
+ build 318
+ end
def install
ENV.m64 if MacOS.prefer_64_bit?