diff options
Diffstat (limited to 'Library')
| -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", |
