ncmpcpp fails_with :clang
As reported by user patagonicus on IRC. Does build with LLVM.
This commit is contained in:
parent
833476b0e9
commit
46aee21f20
1 changed files with 4 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue