streamripper: remove unused fails_with :llvm.

This commit is contained in:
Mike McQuaid 2016-12-13 01:57:44 +00:00 committed by Tomasz Pajor
parent 96b098c629
commit 2e98a9cddf

View file

@ -15,11 +15,6 @@ class Streamripper < Formula
depends_on "pkg-config" => :build
depends_on "glib"
fails_with :llvm do
build 2335
cause "Strange runtime errors with LLVM."
end
def install
# the Makefile ignores CPPFLAGS from the environment, which
# breaks the build when HOMEBREW_PREFIX is not /usr/local