aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clisp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb
index 3af07169f..a3b7502de 100644
--- a/Library/Formula/clisp.rb
+++ b/Library/Formula/clisp.rb
@@ -36,7 +36,7 @@ class Clisp < Formula
# make Homebrew's the last such option so it's effective.
inreplace "Makefile" do |s|
s.change_make_var! 'CFLAGS', "#{s.get_make_var('CFLAGS')} #{ENV['CFLAGS']}"
- end unless superenv?
+ end
# The ulimit must be set, otherwise `make` will fail and tell you to do so
system "ulimit -s 16384 && make"