From 9ca128795991a5031863a66fe96972e660f69a19 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 27 Oct 2011 21:23:27 -0500 Subject: mosh: fails with llvm mosh fails to build with llvm-gcc. The original formula forced an ENV.GCC_4_2, which broke under Xcode 4.2. Replace with fails_with_llvm. It does build correctly with clang. Closes #8336. Signed-off-by: Jack Nagel --- Library/Formula/mosh.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mosh.rb b/Library/Formula/mosh.rb index 0adf2a12b..ca9b812fc 100644 --- a/Library/Formula/mosh.rb +++ b/Library/Formula/mosh.rb @@ -8,11 +8,9 @@ class Mosh < Formula depends_on 'gmp' depends_on 'oniguruma' - fails_with_llvm + fails_with_llvm "Inline asm errors" def install - ENV.gcc_4_2 # GCC > 4.0 required - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" -- cgit v1.2.3