diff options
| author | Jack Nagel | 2014-03-21 10:11:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-21 10:11:07 -0500 |
| commit | a0df9a555668ac859192fd1c83ad73aacace33bc (patch) | |
| tree | 4b7a7a308312f43b9adced0f779646bc74b109f4 /Library/Formula | |
| parent | c82b27e719345430fc0262fc1795d42c67265fc2 (diff) | |
| download | homebrew-a0df9a555668ac859192fd1c83ad73aacace33bc.tar.bz2 | |
wrangler: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wrangler.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/wrangler.rb b/Library/Formula/wrangler.rb index 546e672ee..29cb0ac54 100644 --- a/Library/Formula/wrangler.rb +++ b/Library/Formula/wrangler.rb @@ -7,11 +7,9 @@ class Wrangler < Formula depends_on 'erlang' - def patches - # Respect $CC during compilation. Merged upstream: - # https://github.com/RefactoringTools/wrangler/pull/41 - DATA - end + # Respect $CC during compilation. Merged upstream: + # https://github.com/RefactoringTools/wrangler/pull/41 + patch :DATA def install ENV.deparallelize |
