diff options
| author | Charlie Sharpsteen | 2011-09-04 16:09:08 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-04 16:09:08 -0700 |
| commit | d087dc30b3dd3a53c38f2504a57bda8c914dc9fd (patch) | |
| tree | ab9619b4f5a5bf6fd0d4acb55a6e40af28139260 | |
| parent | 380eefc4623bec28675e6b522063aa80495248cb (diff) | |
| download | homebrew-d087dc30b3dd3a53c38f2504a57bda8c914dc9fd.tar.bz2 | |
Protobuf: Builds with LLVM >= 2335
| -rw-r--r-- | Library/Formula/protobuf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index 9c9d1a485..806d4b794 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -5,7 +5,7 @@ class Protobuf < Formula homepage 'http://code.google.com/p/protobuf/' sha1 'df5867e37a4b51fb69f53a8baf5b994938691d6d' - fails_with_llvm + fails_with_llvm, :build => 2334 def options [['--universal', 'Do a universal build']] |
