diff options
| author | Jason Felice | 2013-01-16 10:08:29 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-16 08:21:34 -0800 |
| commit | fd9024de25074665cb30f7a0dec54989c6f5c3a9 (patch) | |
| tree | b871e1453caa28edadada9b4d5bd883583a0b42b /Library/Formula | |
| parent | a36bcc97fab0a30b93eecff028be3cb8df68fd84 (diff) | |
| download | homebrew-fd9024de25074665cb30f7a0dec54989c6f5c3a9.tar.bz2 | |
Make Gambit slowness message accurate
Closes #17118.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index c769760f1..91128e8a8 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -30,10 +30,13 @@ class GambitScheme < Formula unless ENV.compiler == :gcc opoo <<-EOS.undent - Compiling Gambit Scheme with Clang or LLVM-GCC takes a very long time. - If you have GCC, you can compile it much faster with: - brew install gambit-scheme --use-gcc - EOS + Gambit will build with GCC if an acceptable version is found on your + system, or Clang otherwise. If it finds only Clang, the build will + take a very, very long time. Programs built with Gambit after the + install may also tke a long time to compile. + + You can remedy this by installing an apple-gcc* or gcc* package. + EOS end system "./configure", *args |
