fastbit: fix component order

This commit is contained in:
commitay 2018-09-21 13:17:51 +10:00
parent 9b6cf8ba26
commit e828f3ba3b

View file

@ -14,8 +14,6 @@ class Fastbit < Formula
depends_on :java
needs :cxx11
conflicts_with "iniparser", :because => "Both install `include/dictionary.h`"
# Fix compilation with Xcode 9, reported by email on 2018-03-13
@ -24,6 +22,8 @@ class Fastbit < Formula
sha256 "e1198caf262a125d2216d70cfec80ebe98d122760ffa5d99d34fc33646445390"
end
needs :cxx11
def install
ENV.cxx11
system "./configure", "--disable-debug",