aria2: 1.15.0

[jn: Clang issues were fixed upstream, so remove fails_with block]

Closes Homebrew/homebrew#11661.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Stian Eikeland 2012-04-15 11:27:58 +02:00 committed by Jack Nagel
parent 76a3ea7610
commit 6513df2988

View file

@ -2,22 +2,14 @@ require 'formula'
class Aria2 < Formula
homepage 'http://aria2.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/aria2/stable/aria2-1.14.2/aria2-1.14.2.tar.bz2'
md5 '19b1a9f83a09c6ef5c7ab87e4e0f7974'
url 'http://downloads.sourceforge.net/project/aria2/stable/aria2-1.15.0/aria2-1.15.0.tar.bz2'
sha1 'b29e498a31fdcf890ba93749a221f6022784e003'
depends_on 'pkg-config' => :build
# Leopard's libxml2 is too old.
depends_on 'libxml2' if MacOS.leopard?
fails_with :clang do
build 318
cause <<-EOS.undent
call to function 'stripIter' that is neither visible in the
template definition nor found by argument-dependent lookup
EOS
end
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"