diff options
Diffstat (limited to 'Library/Formula/protobuf.rb')
| -rw-r--r-- | Library/Formula/protobuf.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index ba1f42597..025c79b44 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -1,14 +1,14 @@  require 'formula' -  +  class Protobuf <Formula    url 'http://protobuf.googlecode.com/files/protobuf-2.3.0.tar.bz2'    sha1 'db0fbdc58be22a676335a37787178a4dfddf93c6'    homepage 'http://code.google.com/p/protobuf/' -  +    def install      fails_with_llvm -    system "./configure", "--prefix=#{prefix}", "--disable-debug",  -                          "--disable-dependency-tracking", +    system "./configure", "--disable-debug", "--disable-dependency-tracking", +                          "--prefix=#{prefix}",                            "--with-zlib"      system "make"      system "make install" | 
