spidermonkey: use stdenv to ensure libc++

This commit is contained in:
Misty De Meo 2013-10-25 09:29:05 -07:00
parent 74d157464e
commit dbe2234a5a

View file

@ -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.