Skip to content

Commit

Permalink
qt: remove superenv hacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored and jacknagel committed May 7, 2014
1 parent ad7d234 commit bda5d9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/qt.rb
Expand Up @@ -35,10 +35,6 @@ def install
"-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
Expand Down

0 comments on commit bda5d9d

Please sign in to comment.