fix thrift formula

Dependency to boost c++ lib was missing and thrift cannot be built without
This commit is contained in:
Renaud (Nel) Morvan 2009-10-05 01:36:13 +02:00 committed by Max Howell
parent abd3464af6
commit 18799c326e

View file

@ -5,9 +5,11 @@ require 'brewkit'
# #
class Thrift <Formula class Thrift <Formula
@homepage='http://incubator.apache.org/thrift/' homepage 'http://incubator.apache.org/thrift/'
@head='http://svn.apache.org/repos/asf/incubator/thrift/trunk' head 'http://svn.apache.org/repos/asf/incubator/thrift/trunk'
depends_on 'boost'
def install def install
FileUtils.cp "/usr/X11/share/aclocal/pkg.m4", "aclocal" FileUtils.cp "/usr/X11/share/aclocal/pkg.m4", "aclocal"
system "./bootstrap.sh" system "./bootstrap.sh"