From 35cbe4df53d92f1253f7380bbd2d3d65877d1d35 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 5 May 2014 22:28:28 +0100 Subject: qt: remove superenv hacks. --- Library/Formula/qt.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index e263ecc36..74b31cd90 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -35,10 +35,6 @@ class Qt < Formula "-nomake", "demos", "-nomake", "examples", "-cocoa", "-fast", "-release"] - # 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" << "-no-ssse3" if superenv? - args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed? if ENV.compiler == :clang -- cgit v1.2.3