From 8dbabcbd253a373a799fda4594e3b4a5c7bbb090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com> Date: Mon, 30 Aug 2010 15:08:26 +0200 Subject: [PATCH] sox: fixes Homebrew/homebrew#2312 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mp3.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘const’ mp3.c:60: static mad_timer_t const mad_timer_zero_stub = {0, 0}; uses mad data type outside ifdef MAD, should be fixed upstream --- Formula/sox.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/sox.rb b/Formula/sox.rb index 2b0a51d8f6b..fe610b61f7f 100644 --- a/Formula/sox.rb +++ b/Formula/sox.rb @@ -9,6 +9,7 @@ class Sox :optional depends_on 'flac' => :optional depends_on 'libao' => :optional + depends_on 'mad' # see commit message def install system "./configure", "--disable-debug", "--disable-dependency-tracking",