aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-18 11:52:37 -0700
committerAdam Vandenberg2014-05-18 11:52:37 -0700
commit5ae6b456c18a4d3e4a3409a1747bdf1ab84162dc (patch)
treeb4637acf36ae070d856638f3370ac91a2ddd161c /Library/Formula
parentc0751dd95e2c7ad75c060d32ac0eeddc07456ef1 (diff)
downloadhomebrew-5ae6b456c18a4d3e4a3409a1747bdf1ab84162dc.tar.bz2
mcrypt: modernize
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mcrypt.rb4
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?