From 3860601c7df0da058d7197214145d30e48caad2d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 15 Mar 2011 11:50:14 +0000 Subject: Change Valgrind failure reason after Xcode4 tests --- Library/Formula/valgrind.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb index 31d9f1e3c..193bf30ae 100644 --- a/Library/Formula/valgrind.rb +++ b/Library/Formula/valgrind.rb @@ -11,7 +11,7 @@ class Valgrind < Formula skip_clean 'lib' def install - fails_with_llvm "Undefined symbols when linking", :build => 2326 + fails_with_llvm "Makes applications segfault on startup", :build => 2326 system "./autogen.sh" if File.exists? "autogen.sh" -- cgit v1.2.3