diff options
| author | Adam Vandenberg | 2013-09-19 22:21:47 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-19 22:21:47 -0700 | 
| commit | 7ee6564e94933a2acacc9458a986069640a9f48c (patch) | |
| tree | 5de1a2ef7e5da0450739dad131557bde0337b7de | |
| parent | 5293a6230c7a0cbf82e63c7f27ced28d4ba86990 (diff) | |
| download | homebrew-7ee6564e94933a2acacc9458a986069640a9f48c.tar.bz2 | |
juju: fails with clang
| -rw-r--r-- | Library/Formula/juju.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/juju.rb b/Library/Formula/juju.rb index 20d1248a5..4d156e1ae 100644 --- a/Library/Formula/juju.rb +++ b/Library/Formula/juju.rb @@ -7,6 +7,10 @@ class Juju < Formula    depends_on 'go' => :build +  fails_with :clang do +    cause "clang: error: no such file or directory: 'libgcc.a'" +  end +    def install      ENV['GOPATH'] = buildpath      args = %w(install launchpad.net/juju-core/cmd/juju)  | 
