From dd2b06dc8dbcbc6befef7114e9d5f6c3dc8ba2a4 Mon Sep 17 00:00:00 2001
From: Mike McQuaid
Date: Thu, 8 May 2014 13:23:18 +0100
Subject: phantomjs: don't need to disable superenv args.
Fixed in #28985.
---
Library/Formula/phantomjs.rb | 3 ---
1 file changed, 3 deletions(-)
(limited to 'Library/Formula')
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'
--
cgit v1.2.3
'g3_v1_3'>g3_v1_3
| |
blob: 02069ebc9418d6ab7ccafd964b823fb84bf6f112 (
plain)