Fix thrift when ghc is installed

Thrift wants to install various language bindings. Per homebrew policy, all of these are by default disabled. However, the Haskell bindings were overlooked, because it does not attempt to build them unless ghc is installed. This commit lets thrift build when the ghc brew is installed.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
George Kulakowski 2011-02-18 19:19:28 -05:00 committed by Adam Vandenberg
parent a2eeb3fa25
commit edb839e16f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class Thrift <Formula
system "./configure", "--disable-debug",
"--prefix=#{prefix}",
"--libdir=#{lib}",
"--without-haskell",
"--without-java",
"--without-python",
"--without-ruby",