From c5d56bc501664b5a159b60e86672fcdda5c19d27 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 16 Jun 2010 11:50:36 -0700 Subject: Add "fails_with_llvm" to formula to document LLVM build breaks. Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.) --- Library/Formula/redland.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/redland.rb') diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb index dfe27c726..f2aef3109 100644 --- a/Library/Formula/redland.rb +++ b/Library/Formula/redland.rb @@ -11,8 +11,7 @@ class Redland :optional def install - ENV.gcc_4_2 - + fails_with_llvm system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", -- cgit v1.2.3