aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-16 19:43:39 -0600
committerJack Nagel2013-11-16 19:43:40 -0600
commit6dc6918ec621e3c5e341bbf9cd62c0a8b96239c2 (patch)
tree9c62b6631d1729f6668765dbe9e2e0a012f21013 /Library
parentef8a6e7c4cd1e80a074af094dcfd77bc7c1ff524 (diff)
downloadhomebrew-6dc6918ec621e3c5e341bbf9cd62c0a8b96239c2.tar.bz2
scheme48: fix compilation with clang
Fixes #22925.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scheme48.rb1
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}",