From 8f5d0f7fc8951eefd4ded414b1d90283d941bbef Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 25 Oct 2013 09:29:05 -0700 Subject: spidermonkey: use stdenv to ensure libc++ --- Library/Formula/spidermonkey.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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. -- cgit v1.2.3