From 50ce9941e39317e2482d214dcdcd96031f00fe50 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 25 Sep 2013 00:42:52 +0100 Subject: go: depend on apple-gcc42 on >=10.8. --- Library/Formula/go.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index dac21b1fd..5eee369f6 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -21,6 +21,8 @@ class Go < Formula # NOTE it is ridiculous that we put this stuff in the class # definition, it needs to be in a pre-install test function! if build.with? 'cgo' + depends_on 'apple-gcc42' if MacOS.version >= :mountain_lion + fails_with :clang do cause "clang: error: no such file or directory: 'libgcc.a'" end -- cgit v1.2.3