From f80690c4bbaa43ce62cd03f9b59a97a790a7c737 Mon Sep 17 00:00:00 2001 From: Haden Pike Date: Wed, 4 Jun 2014 13:11:54 -0400 Subject: pianobar: HEAD now automatically detects libav Closes #29871. Signed-off-by: Misty De Meo --- Library/Formula/pianobar.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library') 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}" -- cgit v1.2.3