aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/qt.rb')
-rw-r--r--Library/Formula/qt.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 7bc9afa80..ba9d9a945 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -12,6 +12,10 @@ class Qt < Formula
head 'git://gitorious.org/qt/qt.git', :branch => 'master'
+ fails_with :clang do
+ build 318
+ end
+
def options
[
['--with-qtdbus', "Enable QtDBus module."],
@@ -77,10 +81,6 @@ class Qt < Formula
args << "-release"
end
- # Compilation currently fails with the newer versions of clang
- # shipped with Xcode 4.3+
- ENV.llvm if MacOS.clang_version.to_f <= 3.1
-
# Needed for Qt 4.8.0 due to attempting to link moc with gcc.
ENV['LD'] = ENV['CXX']