scheme48: fix compilation with clang

Fixes Homebrew/homebrew#22925.
This commit is contained in:
Jack Nagel 2013-11-16 19:43:39 -06:00
parent 31c7ecca9d
commit af73a18a46

View file

@ -9,6 +9,7 @@ class Scheme48 < Formula
conflicts_with 'scsh', :because => 'both install include/scheme48.h'
def install
ENV.O0 if ENV.compiler == :clang
ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",