sphinx: fix component order

This commit is contained in:
commitay 2018-09-21 14:49:07 +10:00
parent 24567c4bd7
commit 9472bf3c44

View file

@ -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"