dbxml: fix component order
This commit is contained in:
parent
712e5d49d8
commit
123fc12fa2
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ class Dbxml < Formula
|
|||
depends_on "xerces-c"
|
||||
depends_on "xqilla"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
# No public bug tracker or mailing list to submit this to, unfortunately.
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/master/dbxml/c%2B%2B11.patch"
|
||||
sha256 "98d518934072d86c15780f10ceee493ca34bba5bc788fd9db1981a78234b0dc4"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
|
||||
|
|
Loading…
Reference in a new issue