diff options
| author | Haden Pike | 2014-06-04 13:11:54 -0400 |
|---|---|---|
| committer | Misty De Meo | 2014-06-04 10:22:52 -0700 |
| commit | f80690c4bbaa43ce62cd03f9b59a97a790a7c737 (patch) | |
| tree | a45ea08d892c1ec03b22d06bf12fdc62ffc92a90 | |
| parent | bdc815f7b034c01f8808ea9a8a9d088020a3d0df (diff) | |
| download | homebrew-f80690c4bbaa43ce62cd03f9b59a97a790a7c737.tar.bz2 | |
pianobar: HEAD now automatically detects libav
Closes #29871.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -rw-r--r-- | Library/Formula/pianobar.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index c24644c63..dc1f67240 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -31,10 +31,6 @@ class Pianobar < Formula "-std=c99 " + # build if we aren't /usr/local' "#{ENV.cppflags} #{ENV.ldflags}" - - if build.head? - inreplace "Makefile", "#LIBAV:=ffmpeg2.2", "LIBAV:=ffmpeg2.2" - end system "make", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}" |
