diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 6ba8af3b7..4632560d4 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -9,7 +9,10 @@ class Mysql < Formula    depends_on 'readline'    depends_on 'pidof' -  fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", :build => 2326 +  fails_with :llvm do +    build 2326 +    cause "https://github.com/mxcl/homebrew/issues/issue/144" +  end    skip_clean :all # So "INSTALL PLUGIN" can work. | 
