aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-05-05 22:28:28 +0100
committerJack Nagel2014-05-06 19:04:35 -0500
commit35cbe4df53d92f1253f7380bbd2d3d65877d1d35 (patch)
treee3f92e9fb9672e2bdf8aeb759d14d59bec9679b4 /Library
parentc7409f3e90afe8b4a22f50d880cdca54740babbe (diff)
downloadhomebrew-35cbe4df53d92f1253f7380bbd2d3d65877d1d35.tar.bz2
qt: remove superenv hacks.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt.rb4
1 files changed, 0 insertions, 4 deletions
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