libantlr3c: fix audit

libantlr3c:
  * `bottle block` (line 10) should be put before `option` (line 8)
This commit is contained in:
Miguel Araújo 2017-02-12 07:45:45 -03:00 committed by Mike McQuaid
parent 325fb09e6e
commit 8aa29c7760

View file

@ -5,8 +5,6 @@ class Libantlr3c < Formula
sha256 "ca914a97f1a2d2f2c8e1fca12d3df65310ff0286d35c48b7ae5f11dcc8b2eb52"
revision 1
option "without-exceptions", "Compile without support for exception handling"
bottle do
cellar :any
sha256 "a5e779c431e16bdaab829c774468ce11f8e7ea359412800e294433b011704541" => :sierra
@ -16,6 +14,8 @@ class Libantlr3c < Formula
sha256 "e734361de9f3f5d81b0a0224cfcb561806fed5b1d5dbeeb86bd2131754aa993d" => :mountain_lion
end
option "without-exceptions", "Compile without support for exception handling"
def install
args = ["--disable-dependency-tracking",
"--disable-antlrdebug",