diff options
| author | Ryan Schlesinger | 2012-07-26 13:39:24 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-26 23:04:30 -0700 |
| commit | 3b3b72e478d5208cd9bb1232d712cad0e2667d41 (patch) | |
| tree | 9e2680343026567d28bd37d1d4569486d289831b | |
| parent | 825a4c367505f6b2a2667456cd46890c49e2d42d (diff) | |
| download | homebrew-3b3b72e478d5208cd9bb1232d712cad0e2667d41.tar.bz2 | |
sphinx: Updating failing clang build to 421
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/sphinx.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index da0c0132e..da54e0346 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -21,15 +21,10 @@ class Sphinx < Formula end fails_with :clang do - build 318 + build 421 cause <<-EOS.undent - configure: error: Gcc version error. Minspec is 3.4 - http://sphinxsearch.com/bugs/view.php?id=1123 - - sphinxexpr.cpp:1799:11: error: use of undeclared identifier 'ExprEval' - https://github.com/mxcl/homebrew/issues/10016 - https://github.com/mxcl/homebrew/pull/10698 - EOS + sphinxexpr.cpp:1802:11: error: use of undeclared identifier 'ExprEval' + EOS end def options |
