aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-05-08 13:23:18 +0100
committerMike McQuaid2014-05-08 13:23:18 +0100
commitdd2b06dc8dbcbc6befef7114e9d5f6c3dc8ba2a4 (patch)
treed9bba8b35f98e53f8126882b2cf2d32510d6f7aa /Library
parentf4677e53d13ae57559a61957554b302fe87fcee9 (diff)
downloadhomebrew-dd2b06dc8dbcbc6befef7114e9d5f6c3dc8ba2a4.tar.bz2
phantomjs: don't need to disable superenv args.
Fixed in #28985.
Diffstat (limited to 'Library')
-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'