log4cxx: fix option placement (#3305)
This commit is contained in:
parent
926e5995ec
commit
92604db37f
1 changed files with 2 additions and 1 deletions
|
@ -12,11 +12,12 @@ class Log4cxx < Formula
|
|||
sha256 "6b07acbb1e77d8d7edc7e111f57250b9d05c9b9c8aa6f1363f919940695aa1f9" => :mountain_lion
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
option :universal
|
||||
option :cxx11
|
||||
|
||||
fails_with :llvm do
|
||||
|
|
Loading…
Reference in a new issue