diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 4 |
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. |
