diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 0aa45160c..2716b3ff4 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -78,6 +78,10 @@ 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 + system "./configure", *args system "make" ENV.j1 |
