diff options
| author | Bas Vodde | 2013-06-13 21:21:15 +0800 | 
|---|---|---|
| committer | Samuel John | 2013-06-13 15:28:29 +0200 | 
| commit | d8c933b12379e68ead893c578403106765ae1e78 (patch) | |
| tree | 5e6d22620ab57a29a4e4f85372671e589fdcf61b | |
| parent | 5b17c0798448b06d5feea6a25da1d2dbb52f45de (diff) | |
| download | homebrew-d8c933b12379e68ead893c578403106765ae1e78.tar.bz2 | |
cpputest: no longer fails_with :clang
Because configure checks this and no -lgcov is used anymore in 3.4
Closes #20467.
Signed-off-by: Samuel John <github@SamuelJohn.de>
| -rw-r--r-- | Library/Formula/cpputest.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index 3197fd620..522caf013 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -5,11 +5,6 @@ class Cpputest < Formula    url 'https://github.com/cpputest/cpputest/archive/v3.4.tar.gz'    sha1 'ecd53f5b1a92a1f2291249ce69f544392f5a8462' -  fails_with :clang do -    build 425 -    cause 'Uses -lgcov which only comes with llvm or gcc' -  end -    def install      system "./configure", "--prefix=#{prefix}"      system "make install" | 
