aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSteffen Matthischke2013-08-14 00:31:01 +0200
committerAdam Vandenberg2013-08-13 21:00:58 -0700
commit92b04319d101a2a94d6aade69e84f9b1068dcd09 (patch)
tree58bee21558fcac17ed2fc20bb0aa18218e0c5ff0 /Library
parent4effe947b3fba8f27256afd126b240719383477e (diff)
downloadhomebrew-92b04319d101a2a94d6aade69e84f9b1068dcd09.tar.bz2
tbb: succeeds with clang 500
Closes #21881. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tbb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tbb.rb b/Library/Formula/tbb.rb
index e4f45c45b..47740162e 100644
--- a/Library/Formula/tbb.rb
+++ b/Library/Formula/tbb.rb
@@ -7,6 +7,7 @@ class Tbb < Formula
version '4.1u4'
fails_with :clang do
+ build 425
cause "Undefined symbols for architecture x86_64: vtable for tbb::tbb_exception"
end