aria2: Use a newer version of libxml2 on Leopard
Closes Homebrew/homebrew#10940. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d04e2b3b21
commit
bbd0c8bcfb
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ class Aria2 < Formula
|
|||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
||||
# Leopard's libxml2 is too old.
|
||||
depends_on 'libxml2' if MacOS.leopard?
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue