From 19273231125d2e50d4fbe9f67d92f493ae461643 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 11 Apr 2012 00:25:58 -0500 Subject: msgpack: builds with LLVM >= 2335 Closes #11523. Signed-off-by: Jack Nagel --- Library/Formula/msgpack.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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}" -- cgit v1.2.3