From ea1bf4cd0e9c49bd526c1a9cececefcd7a320a4f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 8 May 2014 13:23:18 +0100 Subject: [PATCH] phantomjs: don't need to disable superenv args. Fixed in Homebrew/homebrew#28985. --- Formula/phantomjs.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/phantomjs.rb b/Formula/phantomjs.rb index dd496056f79..ae9215a5fb2 100644 --- a/Formula/phantomjs.rb +++ b/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'