diff options
| author | Jack Nagel | 2014-03-19 20:21:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:54 -0500 |
| commit | f3782e55888e48d595b3a0342cdb6a216bc438da (patch) | |
| tree | 014686d472ec8026415f0b12a8f8145a346088f1 /Library/Formula | |
| parent | aa5ce498c1c6da45d6b5f8a1581887aacf7a9985 (diff) | |
| download | homebrew-f3782e55888e48d595b3a0342cdb6a216bc438da.tar.bz2 | |
msdl: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/msdl.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/msdl.rb b/Library/Formula/msdl.rb index ecc232d15..27ddc5b51 100644 --- a/Library/Formula/msdl.rb +++ b/Library/Formula/msdl.rb @@ -8,9 +8,7 @@ class Msdl < Formula # Fixes linker error under clang; apparently reported upstream: # https://github.com/Homebrew/homebrew/pull/13907 - def patches - DATA - end + patch :DATA def install system "./configure", "--disable-dependency-tracking", |
