diff options
| author | Jack Nagel | 2014-03-19 12:07:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:15 -0500 |
| commit | d43ef1288ea49baf1890886a168f2e644d984f3d (patch) | |
| tree | 99919369dc746e1b86d8c57e69faaf0685b254e4 /Library/Formula/imake.rb | |
| parent | bb3115a269ca9f1bd4c17b7c01038c0e3825c4a7 (diff) | |
| download | homebrew-d43ef1288ea49baf1890886a168f2e644d984f3d.tar.bz2 | |
imake: use patch DSL
Diffstat (limited to 'Library/Formula/imake.rb')
| -rw-r--r-- | Library/Formula/imake.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/imake.rb b/Library/Formula/imake.rb index f9aecae6d..c1a220d35 100644 --- a/Library/Formula/imake.rb +++ b/Library/Formula/imake.rb @@ -13,11 +13,9 @@ class Imake < Formula sha1 'ae22eb81d56d018f0b3b149f70965ebfef2385fd' end - def patches - # Remove cpp whitespace check and add "-" to pass the cpp -undef test. - # These are needed to support superenv (which uses clang) - DATA - end + # Remove cpp whitespace check and add "-" to pass the cpp -undef test. + # These are needed to support superenv (which uses clang) + patch :DATA def install ENV.deparallelize |
