Skip to content

Commit

Permalink
scrub: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 21, 2014
1 parent b38531c commit f56a68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/scrub.rb
Expand Up @@ -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",
Expand Down

0 comments on commit f56a68c

Please sign in to comment.