sphinx: fix component order
This commit is contained in:
parent
24567c4bd7
commit
9472bf3c44
1 changed files with 5 additions and 5 deletions
|
@ -24,16 +24,16 @@ class Sphinx < Formula
|
|||
depends_on "openssl" if build.with? "mysql"
|
||||
depends_on "postgresql" => :optional
|
||||
|
||||
resource "stemmer" do
|
||||
url "https://github.com/snowballstem/snowball.git",
|
||||
:revision => "9b58e92c965cd7e3208247ace3cc00d173397f3c"
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
build 421
|
||||
cause "sphinxexpr.cpp:1802:11: error: use of undeclared identifier 'ExprEval'"
|
||||
end
|
||||
|
||||
resource "stemmer" do
|
||||
url "https://github.com/snowballstem/snowball.git",
|
||||
:revision => "9b58e92c965cd7e3208247ace3cc00d173397f3c"
|
||||
end
|
||||
|
||||
def install
|
||||
resource("stemmer").stage do
|
||||
system "make", "dist_libstemmer_c"
|
||||
|
|
Loading…
Reference in a new issue