aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-19 22:21:47 -0700
committerAdam Vandenberg2013-09-19 22:21:47 -0700
commit7ee6564e94933a2acacc9458a986069640a9f48c (patch)
tree5de1a2ef7e5da0450739dad131557bde0337b7de
parent5293a6230c7a0cbf82e63c7f27ced28d4ba86990 (diff)
downloadhomebrew-7ee6564e94933a2acacc9458a986069640a9f48c.tar.bz2
juju: fails with clang
-rw-r--r--Library/Formula/juju.rb4
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)