diff options
| author | Jack Nagel | 2014-05-20 18:27:51 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-20 18:27:51 -0500 | 
| commit | cd955aa11b42c272a1d0b59419e11a3ca87ceb52 (patch) | |
| tree | d9905d0b0ffb126c3e8120d649dc1ef3fb909848 /Library/Formula/clisp.rb | |
| parent | 1cb2e21bb4ee56385588b40ebff52cadb76cc14a (diff) | |
| download | homebrew-cd955aa11b42c272a1d0b59419e11a3ca87ceb52.tar.bz2 | |
clisp: don't use superenv internals
Diffstat (limited to 'Library/Formula/clisp.rb')
| -rw-r--r-- | Library/Formula/clisp.rb | 2 | 
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"  | 
