aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/phantomjs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/phantomjs.rb')
-rw-r--r--Library/Formula/phantomjs.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb
index dd496056f..ae9215a5f 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -20,9 +20,6 @@ class Phantomjs < Formula
def install
inreplace 'src/qt/preconfig.sh', '-arch x86', '-arch x86_64' if MacOS.prefer_64_bit?
args = ['--confirm', '--qt-config']
- # we have to disable these to avoid triggering Qt optimization code
- # that will fail in superenv (in --env=std, Qt seems aware of this)
- args << '-no-3dnow -no-ssse3' if superenv?
system './build.sh', *args
bin.install 'bin/phantomjs'
(share+'phantomjs').install 'examples'