diff options
| author | Jack Nagel | 2013-11-16 19:43:39 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-16 19:43:40 -0600 |
| commit | 6dc6918ec621e3c5e341bbf9cd62c0a8b96239c2 (patch) | |
| tree | 9c62b6631d1729f6668765dbe9e2e0a012f21013 /Library | |
| parent | ef8a6e7c4cd1e80a074af094dcfd77bc7c1ff524 (diff) | |
| download | homebrew-6dc6918ec621e3c5e341bbf9cd62c0a8b96239c2.tar.bz2 | |
scheme48: fix compilation with clang
Fixes #22925.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scheme48.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/scheme48.rb b/Library/Formula/scheme48.rb index cd8ddd554..e82152917 100644 --- a/Library/Formula/scheme48.rb +++ b/Library/Formula/scheme48.rb @@ -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}", |
