diff options
| author | Jack Nagel | 2011-09-13 19:07:43 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2011-09-13 19:10:49 -0500 | 
| commit | 802f1085fcf3b8d210d674e8fa918d2cf41b880f (patch) | |
| tree | 73fe39f37aece671f5fee92644b5ae5126adc74a /Library/Formula/mysql-connector-c.rb | |
| parent | e35901048163586b99675628dcdb9c896b86154b (diff) | |
| download | homebrew-802f1085fcf3b8d210d674e8fa918d2cf41b880f.tar.bz2 | |
mysql-connector-c: builds with LLVM >= 2335
The report was for 2336, but I can build it with 2335.
Closes #7439.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/mysql-connector-c.rb')
| -rw-r--r-- | Library/Formula/mysql-connector-c.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb index 2cb913106..a85bf1362 100644 --- a/Library/Formula/mysql-connector-c.rb +++ b/Library/Formula/mysql-connector-c.rb @@ -7,7 +7,7 @@ class MysqlConnectorC < Formula    depends_on 'cmake' => :build -  fails_with_llvm "error: unsupported inline asm" +  fails_with_llvm "Error: unsupported inline asm.", :build => 2334    def install      system "cmake . #{std_cmake_parameters}" | 
