fastbit: fix component order
This commit is contained in:
parent
9b6cf8ba26
commit
e828f3ba3b
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@ class Fastbit < Formula
|
||||||
|
|
||||||
depends_on :java
|
depends_on :java
|
||||||
|
|
||||||
needs :cxx11
|
|
||||||
|
|
||||||
conflicts_with "iniparser", :because => "Both install `include/dictionary.h`"
|
conflicts_with "iniparser", :because => "Both install `include/dictionary.h`"
|
||||||
|
|
||||||
# Fix compilation with Xcode 9, reported by email on 2018-03-13
|
# Fix compilation with Xcode 9, reported by email on 2018-03-13
|
||||||
|
@ -24,6 +22,8 @@ class Fastbit < Formula
|
||||||
sha256 "e1198caf262a125d2216d70cfec80ebe98d122760ffa5d99d34fc33646445390"
|
sha256 "e1198caf262a125d2216d70cfec80ebe98d122760ffa5d99d34fc33646445390"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
needs :cxx11
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.cxx11
|
ENV.cxx11
|
||||||
system "./configure", "--disable-debug",
|
system "./configure", "--disable-debug",
|
||||||
|
|
Loading…
Reference in a new issue