From af8c32be21bccc35aa1d2bff5cc1b84baa6bca69 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Mon, 30 Jul 2012 23:05:31 +0200 Subject: chicken 4.7.0.6 Closes #13788. Signed-off-by: Adam Vandenberg --- Library/Formula/chicken.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/chicken.rb b/Library/Formula/chicken.rb index 65561eb3b..ba8fc7da3 100644 --- a/Library/Formula/chicken.rb +++ b/Library/Formula/chicken.rb @@ -1,18 +1,12 @@ require 'formula' class Chicken < Formula - url 'http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.tar.gz' - md5 '9389388fdf04c3c64de29633aae12539' + url 'http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.6.tar.gz' + md5 '31f455be39b3e12503ced8d81971e610' homepage 'http://www.call-cc.org/' head 'git://code.call-cc.org/chicken-core' def install - # see http://lists.gnu.org/archive/html/chicken-users/2010-12/msg00159.html - if [:clang, :llvm].include? ENV.compiler - ENV['DEBUGBUILD'] = "1" - opoo "Building with DEBUGBUILD to avoid Clang/LLVM issues" - end - ENV.deparallelize args = ["PREFIX=#{prefix}", "PLATFORM=macosx", "C_COMPILER=#{ENV.cc}"] # Chicken uses a non-standard var. for this args << "ARCH=x86-64" if MacOS.prefer_64_bit? -- cgit v1.2.3