From 9e49df10413fbbef6e26a9cec590d0573aec3436 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 2 Feb 2013 18:58:32 -0800 Subject: qt5: fails with clang again. Fixes #17535. --- Library/Formula/qt5.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3