Depend on subversion for Leopard; Fixes Homebrew/homebrew#87

The Subversion bundled with Leopard doesn't export externals, so the build fails.
master
Max Howell 2009-12-02 12:26:51 +00:00
parent 49fb8a1b96
commit 93fd38bbed
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ class Mplayer <Formula
depends_on 'pkg-config' => :recommended
# http://github.com/mxcl/homebrew/issues/#issue/87
depends_on :subversion if MACOS_VERSION < 10.6
def install
ENV.gcc_4_2 # llvm chokes on labels within mlp inline asm
system "./configure --prefix='#{prefix}'"