aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-01-30 11:04:27 -0800
committerMike McQuaid2013-01-30 11:05:36 -0800
commitf385713b6042b2393828b8f0c847934c5fd67e38 (patch)
tree6467137a37fddc2a3b43bf5256504d5abb82a93b /Library
parent0d85b49924afd83e8b16385edce9f7ef2eb41857 (diff)
downloadhomebrew-f385713b6042b2393828b8f0c847934c5fd67e38.tar.bz2
qt: fails with latest clang.
Fixes #17393.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 080ac24c4..8783a6aa5 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -15,6 +15,10 @@ class Qt < Formula
env :std # Otherwise fails on SSE intrinsics
+ fails_with :clang do
+ build 425
+ end
+
option :universal
option 'with-qtdbus', 'Enable QtDBus module'
option 'with-qt3support', 'Enable deprecated Qt3Support module'