diff options
| author | Max Howell | 2011-09-06 11:19:01 +0100 | 
|---|---|---|
| committer | Max Howell | 2011-09-06 11:21:48 +0100 | 
| commit | 102517abc6ac0a5ac487b4bd0f13eb976f360e59 (patch) | |
| tree | 85eb424cdd062fd98889ed553ba9111fcddcca0d | |
| parent | c0ea0f39798eaa052e3ab956ab388f406dfeb98b (diff) | |
| download | homebrew-102517abc6ac0a5ac487b4bd0f13eb976f360e59.tar.bz2 | |
libsegsv will not build with LLVM-2335
Fixes #7451.
| -rw-r--r-- | Library/Formula/libsigsegv.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/libsigsegv.rb b/Library/Formula/libsigsegv.rb index 7ee4fc4d7..13dcb1082 100644 --- a/Library/Formula/libsigsegv.rb +++ b/Library/Formula/libsigsegv.rb @@ -5,7 +5,8 @@ class Libsigsegv < Formula    homepage 'http://www.gnu.org/software/libsigsegv/'    md5 'ebe554e26870d8bc200ef3e3539ffd7c' -  fails_with_llvm "Fails during configure with LLVM GCC from XCode 4 on Snow Leopard" +  fails_with_llvm "Fails during configure with LLVM GCC from XCode 4 on Snow Leopard", +                  :build => 2336    def install      system "./configure", "--disable-dependency-tracking", | 
