aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-14 11:33:59 -0700
committerAdam Vandenberg2012-09-14 11:33:59 -0700
commitf03a3b5bdb21550f31e8dc72acc72855eef362ae (patch)
tree10a85b3cf499425974762d1cbc37b60ec648eafc /Library/Formula
parent3e7d4aab26ae7076673c1b9e23d23ce23075a7f6 (diff)
downloadhomebrew-f03a3b5bdb21550f31e8dc72acc72855eef362ae.tar.bz2
qt: use std env
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index a088dfc99..404eca06e 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -14,6 +14,8 @@ class Qt < Formula
head 'git://gitorious.org/qt/qt.git', :branch => 'master'
+ env :std # Otherwise fails on SSE intrinsics
+
option :universal
option 'with-qtdbus', 'Enable QtDBus module'
option 'with-qt3support', 'Enable deprecated Qt3Support module'