aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-21 10:11:07 -0500
committerJack Nagel2014-03-21 10:11:07 -0500
commitc82b27e719345430fc0262fc1795d42c67265fc2 (patch)
treefb3cca9a858f24ee4e9a0cccc1c327fac37cbfab /Library/Formula
parentb6286c8d95b75ee199bbbe1bc2de634bfa791fd7 (diff)
downloadhomebrew-c82b27e719345430fc0262fc1795d42c67265fc2.tar.bz2
wput: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wput.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/wput.rb b/Library/Formula/wput.rb
index c9ae8c7f7..af4dcb50e 100644
--- a/Library/Formula/wput.rb
+++ b/Library/Formula/wput.rb
@@ -7,9 +7,7 @@ class Wput < Formula
# The patch is to skip inclusion of malloc.h only on OSX. Upstream:
# https://sourceforge.net/tracker/?func=detail&aid=3481469&group_id=141519&atid=749615
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",