From abe22999129263329a8ecfa87c7aabe4032ae332 Mon Sep 17 00:00:00 2001 From: m0rk Date: Sun, 28 Mar 2010 18:02:38 +0200 Subject: updated mpd to 0.15.9 * added aac support (faad2) * added mp3 support (libmad) * fixed aac support outside of /usr/local/ Signed-off-by: David Höppner <0xffea@gmail.com> --- Library/Formula/mpd.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index ee50616aa..5d286907f 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -1,21 +1,26 @@ require 'formula' class Mpd :optional + depends_on 'faad2' => :optional depends_on 'fluid-synth' depends_on 'libcue' => :optional depends_on 'libmms' => :optional depends_on 'libzzip' => :optional def install + # make faad.h findable (when brew is used elsewhere than /usr/local/) + ENV.append 'CFLAGS', "-I#{HOMEBREW_PREFIX}/include" + configure_args = [ "--prefix=#{prefix}", "--disable-debug", -- cgit v1.2.3