gambit-scheme: don't try to build with GCC 4.2 or 4.3
refs mistydemeo/tigerbrew#389.
This commit is contained in:
parent
9a799a92f0
commit
3b82c5b87b
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ class GambitScheme < Formula
|
|||
|
||||
fails_with :llvm
|
||||
fails_with :clang
|
||||
# According to the docs, gambit-scheme requires absurd amounts of RAM
|
||||
# to build using GCC 4.2 or 4.3; see
|
||||
# https://github.com/mistydemeo/tigerbrew/issues/389
|
||||
fails_with :gcc
|
||||
fails_with :gcc => "4.3"
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue