pianobar: does not compile under llvm
This commit is contained in:
parent
e019876418
commit
dd050d2d4d
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue