aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2012-08-20 08:52:26 -0400
committerMax Howell2012-08-21 12:09:06 -0400
commit18f23eec6db344f189e2410e46f781b3f1bc78c2 (patch)
treed8cd1c95b273935170c85f090634862274551a6f /Library/Formula
parent8e8f6b534a5d262f3c5ac85132377fa1209f4bc9 (diff)
downloadhomebrew-18f23eec6db344f189e2410e46f781b3f1bc78c2.tar.bz2
Shark fails with clang
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/shark.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/shark.rb b/Library/Formula/shark.rb
index 88c3ad11f..0cd50ce5b 100644
--- a/Library/Formula/shark.rb
+++ b/Library/Formula/shark.rb
@@ -5,6 +5,15 @@ class Shark < Formula
url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.4/shark-2.3.4.zip'
md5 '12d87a519c27b33800df11b7c78972ed'
+ fails_with :clang do
+ build 421
+ cause "C++ is hard." # see error output below
+ end
+
+ # include/FileUtil/FileUtil.h:416:3: error: call to function 'scanFrom_strict' that is neither visible in the template definition nor found by argument-dependent lookup
+ # scanFrom_strict(is, token, val, true);
+ # ^
+
depends_on 'cmake' => :build
def install