ncmpcpp fails_with :clang

As reported by user patagonicus on IRC. Does build with LLVM.
This commit is contained in:
Misty De Meo 2012-04-22 16:00:42 -05:00
parent 833476b0e9
commit 46aee21f20

View file

@ -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"],