Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
clisp: don't use superenv internals
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed May 20, 2014
1 parent 1cb2e21 commit cd955aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/clisp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def install
# 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"
Expand Down

0 comments on commit cd955aa

Please sign in to comment.