aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:19 -0500
committerJack Nagel2014-03-20 21:44:13 -0500
commitdbd45a3d85e667c781cc7a3dd7f8c55eb25c56d5 (patch)
treeae1345f080f9c4b1d66fd1f81080f3c730705df5 /Library/Formula
parent9788bce70d2a79ade6bbfdbc742128cce74f0532 (diff)
downloadhomebrew-dbd45a3d85e667c781cc7a3dd7f8c55eb25c56d5.tar.bz2
scrub: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/scrub.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scrub.rb b/Library/Formula/scrub.rb
index 8400ccf11..66a06566b 100644
--- a/Library/Formula/scrub.rb
+++ b/Library/Formula/scrub.rb
@@ -8,7 +8,7 @@ class Scrub < Formula
# in src/genrand.c:109 the `return;` statement should be `return 0;` for clang
# in src/util.h we need <sys/types.h> to get off_t which is reported:
# https://code.google.com/p/diskscrub/issues/detail?id=21
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-dependency-tracking",