diff options
| author | Mike McQuaid | 2011-03-15 11:50:14 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2011-03-15 11:50:14 +0000 |
| commit | 3860601c7df0da058d7197214145d30e48caad2d (patch) | |
| tree | d9f06736e1982f9f845289d0061c66c1a95e6ebd /Library/Formula | |
| parent | 057f8f74457eead49799a2ed03b9de7dec83cee4 (diff) | |
| download | homebrew-3860601c7df0da058d7197214145d30e48caad2d.tar.bz2 | |
Change Valgrind failure reason after Xcode4 tests
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/valgrind.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
