diff options
| author | Adam Vandenberg | 2013-02-02 12:30:48 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-02 12:30:48 -0800 |
| commit | 2d23dfc5ba9edc642a9492bf15ddf7203a9ae3c3 (patch) | |
| tree | c6479a8a84fe09dded95b4d264f3b224fb4ce26b /Library/Formula/ncmpcpp.rb | |
| parent | 12f1d363add459eaf717c537b51e1c69045041c8 (diff) | |
| download | homebrew-2d23dfc5ba9edc642a9492bf15ddf7203a9ae3c3.tar.bz2 | |
ncmpcpp: still fails with clang 425
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
| -rw-r--r-- | Library/Formula/ncmpcpp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb index e31e65c3e..df6004d5e 100644 --- a/Library/Formula/ncmpcpp.rb +++ b/Library/Formula/ncmpcpp.rb @@ -11,7 +11,7 @@ class Ncmpcpp < Formula depends_on 'fftw' if build.include? "visualizer" fails_with :clang do - build 421 + build 425 cause "'itsTempString' is a private member of 'NCurses::basic_buffer<char>'" end |
