diff options
| author | Adam Vandenberg | 2011-03-25 22:55:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-25 23:31:29 -0700 |
| commit | aa6703a4939b08995de36b8318745d0b8d254dcd (patch) | |
| tree | f690d7bffd89c1461234f0297d5cf287eb54889a | |
| parent | 8b2d21aa1048ff9ac72ec18d0841d3d01d5b92e4 (diff) | |
| download | homebrew-aa6703a4939b08995de36b8318745d0b8d254dcd.tar.bz2 | |
gambit-scheme 4.6.1
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index a17088958..e3c967f38 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -1,9 +1,9 @@ require 'formula' class GambitScheme < Formula - url 'http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/gambc-v4_6_0.tgz' + url 'http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/gambc-v4_6_1.tgz' homepage 'http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page' - md5 '4f0e8b3e90a96f2203cbaf1e1cc1388a' + md5 'fb716406266746ad25ff57b651caf3c8' def options [ @@ -12,10 +12,12 @@ class GambitScheme < Formula ] end + skip_clean :all + + fails_with_llvm "ld crashes during the build process or segfault at runtime" + def install - fails_with_llvm "ld crashes during the build process" - # Gambit Scheme doesn't like full optimizations - ENV.O2 + ENV.O2 # Gambit Scheme doesn't like full optimizations configure_args = [ "--prefix=#{prefix}", |
