From 93fd38bbeda86b7b152dc0500bf395ab15a2cf11 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 2 Dec 2009 12:26:51 +0000 Subject: [PATCH] Depend on subversion for Leopard; Fixes Homebrew/homebrew#87 The Subversion bundled with Leopard doesn't export externals, so the build fails. --- Formula/mplayer.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/mplayer.rb b/Formula/mplayer.rb index fedb26c8268..850bb0de108 100644 --- a/Formula/mplayer.rb +++ b/Formula/mplayer.rb @@ -6,6 +6,9 @@ class Mplayer :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}'"