aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-02-02 18:58:32 -0800
committerMike McQuaid2013-02-02 18:58:54 -0800
commit9e49df10413fbbef6e26a9cec590d0573aec3436 (patch)
tree35c4c7b39fb55dacf1fd21b2bcdaeb404203cfbf /Library/Formula
parentfd87ba96f40f04eb34cb6f6fe7055b978733aeb9 (diff)
downloadhomebrew-9e49df10413fbbef6e26a9cec590d0573aec3436.tar.bz2
qt5: fails with clang again.
Fixes #17535.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt5.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 5a5c3d719..3ac3d6c4b 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -9,6 +9,10 @@ class Qt5 < Formula
keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)."
+ fails_with :clang do
+ build 425
+ end
+
option :universal
option 'with-qtdbus', 'Enable QtDBus module'
option 'with-demos-examples', 'Enable Qt demos and examples'