aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-10-25 09:29:05 -0700
committerMisty De Meo2013-10-25 09:33:25 -0700
commit8f5d0f7fc8951eefd4ded414b1d90283d941bbef (patch)
tree0f414dafb959f2f54c876ecd576558b557fbb543 /Library/Formula
parentf56a3bd86c9d35014fff080bee82b42024532510 (diff)
downloadhomebrew-8f5d0f7fc8951eefd4ded414b1d90283d941bbef.tar.bz2
spidermonkey: use stdenv to ensure libc++
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spidermonkey.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb
index be89ef5cb..cea83c1d8 100644
--- a/Library/Formula/spidermonkey.rb
+++ b/Library/Formula/spidermonkey.rb
@@ -11,6 +11,10 @@ class Spidermonkey < Formula
depends_on 'readline'
depends_on 'nspr'
+ # spidermonkey builds using libstdc++ with clang in superenv
+ # TODO fix this under superenv
+ env :std
+
def install
# aparently this flag causes the build to fail for ivanvc on 10.5 with a
# penryn (core 2 duo) CPU. So lets be cautious here and remove it.