aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-02-17 11:49:42 -0800
committerMisty De Meo2014-02-17 11:49:54 -0800
commit6d62eb4da74602ffbee22bdf9e9487a69a849d78 (patch)
tree4572be228694c2e5bdf23a451cd4575217841bc7 /Library
parentc2d66e76a85791bf3b74c660293ebd1d69aa0dd0 (diff)
downloadhomebrew-6d62eb4da74602ffbee22bdf9e9487a69a849d78.tar.bz2
capnp: :gcc_4_7 is not a supported symbol
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/capnp.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/capnp.rb b/Library/Formula/capnp.rb
index 8761c3e67..2fd004381 100644
--- a/Library/Formula/capnp.rb
+++ b/Library/Formula/capnp.rb
@@ -5,11 +5,12 @@ class Capnp < Formula
url 'http://capnproto.org/capnproto-c++-0.4.0.tar.gz'
sha1 '1d356a0229a9c6b3665930a4b166b91cba03825b'
+ # TODO add fails_with statements for FSF GCC
fails_with :gcc do
cause "Cap'n Proto requires C++11 support"
end
- fails_with :gcc_4_7 do
+ fails_with :gcc_4_0 do
cause "Cap'n Proto requires C++11 support"
end