Depend on subversion for Leopard; Fixes Homebrew/homebrew#87
The Subversion bundled with Leopard doesn't export externals, so the build fails.
This commit is contained in:
parent
49fb8a1b96
commit
93fd38bbed
1 changed files with 3 additions and 0 deletions
|
@ -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}'"
|
||||
|
|
Loading…
Reference in a new issue