From 231c653197306e554b7a962fa39165e4772ae523 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 22 Apr 2012 16:00:42 -0500 Subject: ncmpcpp fails_with :clang As reported by user patagonicus on IRC. Does build with LLVM. --- Library/Formula/ncmpcpp.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula/ncmpcpp.rb') 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"], -- cgit v1.2.3