diff options
| author | Jack Nagel | 2012-04-11 00:25:58 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-04-11 00:25:58 -0500 | 
| commit | 19273231125d2e50d4fbe9f67d92f493ae461643 (patch) | |
| tree | bf5c4656e17207f63c6b2c0483a40df38fa7fabe /Library/Formula/msgpack.rb | |
| parent | 0b9247d6bee41da060fd03ddcfc8a5766a24981a (diff) | |
| download | homebrew-19273231125d2e50d4fbe9f67d92f493ae461643.tar.bz2 | |
msgpack: builds with LLVM >= 2335
Closes #11523.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/msgpack.rb')
| -rw-r--r-- | Library/Formula/msgpack.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/Library/Formula/msgpack.rb b/Library/Formula/msgpack.rb index 29f449b46..6715aa773 100644 --- a/Library/Formula/msgpack.rb +++ b/Library/Formula/msgpack.rb @@ -5,10 +5,9 @@ class Msgpack < Formula    url 'http://msgpack.org/releases/cpp/msgpack-0.5.7.tar.gz'    sha256 '7c203265cf14a4723820e0fc7ac14bf4bad5578f7bc525e9835c70cd36e7d1b8' -  # fails with the latest LLVM, but only on Lion?    fails_with :llvm do -    cause "compilation fails" -  end if MacOS.lion? +    build 2334 +  end    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" | 
