diff options
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
| -rw-r--r-- | Library/Formula/ncmpcpp.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb index 106f86730..7104943bb 100644 --- a/Library/Formula/ncmpcpp.rb +++ b/Library/Formula/ncmpcpp.rb @@ -9,6 +9,10 @@ class Ncmpcpp < Formula depends_on 'libmpdclient' depends_on 'fftw' if ARGV.include? "--visualizer" + fails_with :clang do + build 318 + end + def options [ ["--outputs", "Compile with mpd outputs control"], |
