sphinx: Updating failing clang build to 421
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
dd6d64e255
commit
d8d4dda5b4
1 changed files with 3 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue