diff options
| author | Austin Seipp | 2011-05-03 22:27:00 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-03 20:36:52 -0700 |
| commit | 99ed41d12da0a66d6d46131b2c0559ed73c81419 (patch) | |
| tree | 5785b914d32173a388eebfeb92bd702511d4d70d /Library/Formula | |
| parent | f888fe2b78297d74037761306c04c21612861838 (diff) | |
| download | homebrew-99ed41d12da0a66d6d46131b2c0559ed73c81419.tar.bz2 | |
valgrind: SVN repository
* latest HEAD fixes #4924 which is a result of using xcode 4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/valgrind.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb index 3bb02ccdf..839041af9 100644 --- a/Library/Formula/valgrind.rb +++ b/Library/Formula/valgrind.rb @@ -6,6 +6,8 @@ class Valgrind < Formula url "http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2" md5 "2c3aa122498baecc9d69194057ca88f5" + head 'svn://svn.valgrind.org/valgrind/trunk' + depends_on 'pkg-config' => :build fails_with_llvm "Makes applications segfault on startup", :build => 2326 |
