diff options
| author | Diogo Ramos | 2013-12-03 08:57:46 -0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-05 20:59:08 -0800 |
| commit | c9ed8491fce670b5703443ff71a1ec222b61435c (patch) | |
| tree | acc9f13bf30be9fc50fc678f194fa29711a28a20 /Library/Formula | |
| parent | ffa74a23974a10c52468d36f0d881665a51d8299 (diff) | |
| download | homebrew-c9ed8491fce670b5703443ff71a1ec222b61435c.tar.bz2 | |
crunch 3.4
Closes #24027.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/crunch.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/Formula/crunch.rb b/Library/Formula/crunch.rb index 4e517fe82..cd996dafe 100644 --- a/Library/Formula/crunch.rb +++ b/Library/Formula/crunch.rb @@ -6,12 +6,7 @@ class Crunch < Formula sha1 '2e73faa0f8f8a9a761c1f191e201d0be76f74491' def install - inreplace "Makefile" do |s| - s.change_make_var! "CC", ENV.cc - s.change_make_var! "LFS", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - end - - system "make" + system "make", "CC=#{ENV.cc}", "LFS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" bin.install "crunch" man1.install "crunch.1" |
