aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ncmpcpp.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-04-22 16:00:42 -0500
committerMisty De Meo2012-04-22 16:00:42 -0500
commit231c653197306e554b7a962fa39165e4772ae523 (patch)
treeb904f97b22e05d0e92ddb98505847eeed4464e57 /Library/Formula/ncmpcpp.rb
parente4c29844be72d4484e811fb8da03f65f7b072754 (diff)
downloadhomebrew-231c653197306e554b7a962fa39165e4772ae523.tar.bz2
ncmpcpp fails_with :clang
As reported by user patagonicus on IRC. Does build with LLVM.
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
-rw-r--r--Library/Formula/ncmpcpp.rb4
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"],