aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 7a537c6c4..f47303bf0 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -71,7 +71,10 @@ class Qt < Formula
def install
# Must be built with --HEAD on Mavericks at the moment
- raise 'Qt currently requires --HEAD on Mavericks' if MacOS.version == :mavericks and not build.head?
+ raise <<-EOS.undent if MacOS.version == :mavericks and not build.head?
+ On Mavericks, you must install Qt HEAD:
+ brew install qt --HEAD
+ EOS
ENV.universal_binary if build.universal?
ENV.append "CXXFLAGS", "-fvisibility=hidden"