From 37c8e4b7015a6df0bb3c87e27b4f39265f9f9a3f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 30 Apr 2014 22:29:29 +0100 Subject: qt: disable SSSE3 again. Closes #28859. --- Library/Formula/qt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 0800b8695..e263ecc36 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -37,7 +37,7 @@ class Qt < Formula # we have to disable these to avoid triggering optimization code # that will fail in superenv (in --env=std, Qt seems aware of this) - args << "-no-3dnow" if superenv? + args << "-no-3dnow" << "-no-ssse3" if superenv? args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed? -- cgit v1.2.3