msgpack: fails with LLVM on Lion

msgpack fails to compile with even the latest LLVM, at least on Lion. I
can build with LLVM on Snow Leopard.

For reference, MacPorts forces clang on this one.

Closes Homebrew/homebrew#10006.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-02-07 20:05:18 -06:00
parent 90923ada5b
commit dc95af8b49

View file

@ -5,6 +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 "Compilation fails" if MacOS.lion?
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"