diff options
| author | Jack Nagel | 2012-04-01 12:48:34 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-01 12:48:34 -0500 |
| commit | 0bd681d44dd8003b1414d617d60a44c676125fcc (patch) | |
| tree | 6437945863b819f0f0db73ff0af17b66350982f5 /Library/Formula | |
| parent | 497b13ac9e088ef2bb9539f0a25ba944c87c6f26 (diff) | |
| download | homebrew-0bd681d44dd8003b1414d617d60a44c676125fcc.tar.bz2 | |
crossroads: use new fails_with syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/crossroads.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/crossroads.rb b/Library/Formula/crossroads.rb index 15527d94d..b65aba37f 100644 --- a/Library/Formula/crossroads.rb +++ b/Library/Formula/crossroads.rb @@ -6,8 +6,10 @@ class Crossroads < Formula md5 '915aaf168f4a47d8ccf6d03b33845038' head 'https://github.com/crossroads-io/libxs.git' - fails_with_llvm "Compiling with LLVM gives a segfault while linking.", - :build => 2326 if MacOS.snow_leopard? + fails_with :llvm do + build 2326 + cause "Compiling with LLVM gives a segfault while linking." + end if ARGV.build_head? and MacOS.xcode_version >= "4.3" depends_on "automake" => :build |
