aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-04-07 20:20:26 -0500
committerJack Nagel2012-04-07 20:20:26 -0500
commit42f062fc525a5ef421b5c890e767f6274067a4a3 (patch)
treef8ae75e1e64385f5b659324c52175f625c3ffc51 /Library
parent4a40a33286e6ed7aed20d0511ac9a1823c7ab865 (diff)
downloadhomebrew-42f062fc525a5ef421b5c890e767f6274067a4a3.tar.bz2
aria2: fails with clang
Fixes #11501. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aria2.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/aria2.rb b/Library/Formula/aria2.rb
index 2ec43c170..03015000c 100644
--- a/Library/Formula/aria2.rb
+++ b/Library/Formula/aria2.rb
@@ -10,6 +10,14 @@ class Aria2 < Formula
# 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}"