diff options
| author | Jack Nagel | 2014-03-19 12:07:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 12:29:57 -0500 |
| commit | 10c4e9e5b88da21c06cad45a8c75dba8a495a6b7 (patch) | |
| tree | 582e17e8bf87f917b43ceb1479b1eb320d23024a /Library/Formula/gnu-time.rb | |
| parent | 398d8192807b52a47b5b680daf737c294b958efa (diff) | |
| download | homebrew-10c4e9e5b88da21c06cad45a8c75dba8a495a6b7.tar.bz2 | |
gnu-time: use patch DSL
Diffstat (limited to 'Library/Formula/gnu-time.rb')
| -rw-r--r-- | Library/Formula/gnu-time.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gnu-time.rb b/Library/Formula/gnu-time.rb index 9a1f47fb5..5086ca39d 100644 --- a/Library/Formula/gnu-time.rb +++ b/Library/Formula/gnu-time.rb @@ -9,9 +9,7 @@ class GnuTime < Formula # Fixes issue with main returning void rather than int # http://trac.macports.org/ticket/32860 # http://trac.macports.org/browser/trunk/dports/sysutils/gtime/files/patch-time.c.diff?rev=88924 - def patches - DATA - end + patch :DATA def install system "./configure", "--program-prefix=g", |
