diff options
| author | Jack Nagel | 2013-11-08 23:59:02 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-08 23:59:02 -0600 |
| commit | 2f31060fe28fb330447c17c0e384601ac9de215e (patch) | |
| tree | dd9b2871e0b3252185374dd25177b7cdb8b4d2d1 | |
| parent | ddb56c65b61d605b290f11bb4a07e5e5cb3962e5 (diff) | |
| download | homebrew-2f31060fe28fb330447c17c0e384601ac9de215e.tar.bz2 | |
gambit-scheme: stdenv rationale no longer applies
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index 91128e8a8..44d5eb7cd 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -8,12 +8,6 @@ class GambitScheme < Formula option 'with-check', 'Execute "make check" before installing' option 'enable-shared', 'Build Gambit Scheme runtime as shared library' - # Gambit Scheme needs to know the real compilers used during compilation, as - # it writes these into its "gambit-cc" script. The superenv wrappers won't - # work for this. - # See: https://github.com/mxcl/homebrew/issues/17099 - env :std - fails_with :llvm do build 2335 cause "ld crashes during the build process or segfault at runtime" |
