diff options
| author | Jack Nagel | 2011-10-28 15:29:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-28 15:52:44 -0500 |
| commit | 842d0af74c938db0f0123c79914c30ef704f1a5d (patch) | |
| tree | e7c8a79fdb2a82159ffcc00c29b4e65d5bff6e3e /Library/Formula/pbzip2.rb | |
| parent | a8e6d275ba4b8c4d3052e6370b20eaf7bcd521cd (diff) | |
| download | homebrew-842d0af74c938db0f0123c79914c30ef704f1a5d.tar.bz2 | |
Update bare fails_with_llvm calls
These formulae all compile and run with LLVM build >= 2335.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pbzip2.rb')
| -rw-r--r-- | Library/Formula/pbzip2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pbzip2.rb b/Library/Formula/pbzip2.rb index 6b940574e..88d6421eb 100644 --- a/Library/Formula/pbzip2.rb +++ b/Library/Formula/pbzip2.rb @@ -5,7 +5,7 @@ class Pbzip2 < Formula homepage 'http://compression.ca/pbzip2/' md5 '797e3ae5c6293a55e3e97fefb11cf494' - fails_with_llvm + fails_with_llvm :build => 2334 def install inreplace "Makefile" do |s| |
