pianobar: does not compile under llvm

This commit is contained in:
Adam Vandenberg 2011-06-15 08:42:02 -07:00
parent e019876418
commit dd050d2d4d

View file

@ -14,6 +14,8 @@ class Pianobar < Formula
skip_clean 'bin'
fails_with_llvm "Reports of this not compiling on Xcode 4"
def install
ENV.delete 'CFLAGS' # Pianobar uses c99 instead of gcc; remove our gcc flags.