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/wine.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/wine.rb') diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index b3c21d58f..9c6aec0fc 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -17,8 +17,7 @@ EOS end def install - # Wine does not compile with LLVM yet - ENV.gcc_4_2 + fails_with_llvm ENV.x11 # Make sure we build 32bit version, because Wine64 is not fully functional yet -- cgit v1.2.3