diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wput.rb | 4 |
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", |
