From f95e5bc9e900fdb76f1aaa43d68f572fea6eae7f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Feb 2014 20:16:29 -0800 Subject: erlang: build with wx support by default Closes #26427. Closes #18291. --- Library/Formula/erlang.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library') diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 1d8740026..c674ab8c4 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -37,6 +37,7 @@ class Erlang < Formula depends_on :libtool depends_on 'unixodbc' if MacOS.version >= :mavericks depends_on 'fop' => :optional # enables building PDF docs + depends_on 'wxmac' => :recommended fails_with :llvm @@ -65,6 +66,8 @@ class Erlang < Formula --enable-smp-support ] + args << "--enable-wx" if build.with? 'wxmac' + if MacOS.version >= :snow_leopard and MacOS::CLT.installed? args << "--with-dynamic-trace=dtrace" end @@ -110,6 +113,7 @@ class Erlang < Formula end end end + __END__ diff --git a/lib/odbc/configure.in b/lib/odbc/configure.in index 83f7a47..fd711fe 100644 -- cgit v1.2.3