diff options
| author | Adam Vandenberg | 2012-03-12 21:58:59 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-12 21:58:59 -0700 |
| commit | 185b341ac873e818a9a1a2aa97958a27deed2d7f (patch) | |
| tree | 543b82bbfd95d07cd72e2e1fe36185c55591ecf9 /Library/Formula/dcmtk.rb | |
| parent | ffe257a5165ca49080dad39cc3a36c30c52c9a37 (diff) | |
| download | homebrew-185b341ac873e818a9a1a2aa97958a27deed2d7f.tar.bz2 | |
dcmtk: add fails-with-clang note
Diffstat (limited to 'Library/Formula/dcmtk.rb')
| -rw-r--r-- | Library/Formula/dcmtk.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/dcmtk.rb b/Library/Formula/dcmtk.rb index 610621393..47c2d549e 100644 --- a/Library/Formula/dcmtk.rb +++ b/Library/Formula/dcmtk.rb @@ -12,6 +12,8 @@ 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 + def install ENV.m64 if MacOS.prefer_64_bit? ENV.x11 |
