diff options
| author | Adam Vandenberg | 2014-05-18 11:52:37 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-18 11:52:37 -0700 |
| commit | 5ae6b456c18a4d3e4a3409a1747bdf1ab84162dc (patch) | |
| tree | b4637acf36ae070d856638f3370ac91a2ddd161c /Library/Formula | |
| parent | c0751dd95e2c7ad75c060d32ac0eeddc07456ef1 (diff) | |
| download | homebrew-5ae6b456c18a4d3e4a3409a1747bdf1ab84162dc.tar.bz2 | |
mcrypt: modernize
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mcrypt.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mcrypt.rb b/Library/Formula/mcrypt.rb index 4bda4859f..99e199acb 100644 --- a/Library/Formula/mcrypt.rb +++ b/Library/Formula/mcrypt.rb @@ -22,9 +22,7 @@ class Mcrypt < Formula # Patch to correct inclusion of malloc function on OSX. # Upstream: https://sourceforge.net/p/mcrypt/patches/14/ - def patches - DATA - end + patch :DATA def install ENV.universal_binary if build.universal? |
