diff options
| author | Jack Nagel | 2015-02-02 00:39:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-02-02 00:39:04 -0500 |
| commit | d362f5a2fbc82810f819a7d024b92fee4813cf3e (patch) | |
| tree | 2394f4153cf550b6d6a2650ab03de8bd1fc7ef6d /Library/Homebrew | |
| parent | 12e4602a3b77c80f2f5fda187f6222bf6573cf74 (diff) | |
| download | brew-d362f5a2fbc82810f819a7d024b92fee4813cf3e.tar.bz2 | |
Remove message that is never displayed
Requirements with default formulae cannot fail the build.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/requirements/apr_dependency.rb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Library/Homebrew/requirements/apr_dependency.rb b/Library/Homebrew/requirements/apr_dependency.rb index f2aab0581..c93a2e11a 100644 --- a/Library/Homebrew/requirements/apr_dependency.rb +++ b/Library/Homebrew/requirements/apr_dependency.rb @@ -14,27 +14,4 @@ class AprDependency < Requirement ENV.prepend_path "PKG_CONFIG_PATH", "#{Formula["apr-util"].opt_libexec}/lib/pkgconfig" end end - - def message - message = <<-EOS.undent - Due to packaging problems on Apple's part, software that compiles - against APR requires the standalone Command Line Tools. - EOS - if MacOS.version >= :mavericks - message += <<-EOS.undent - Either - `brew install apr-util` - or - `xcode-select --install` - to install APR. - EOS - else - message += <<-EOS.undent - The standalone package can be obtained from - https://developer.apple.com/downloads/, - or it can be installed via Xcode's preferences. - Or you can `brew install apr-util`. - EOS - end - end end |
