diff options
| author | Jack Nagel | 2014-03-19 12:07:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:18 -0500 |
| commit | 0c60ea5f0ecced35dc2283ecbd553105a8b8e50b (patch) | |
| tree | 422114f4ce3fb6c0d70eab0a35d19684f49bb3d0 /Library/Formula | |
| parent | a9121dc042431576f112340c0b8f2f411a069f4c (diff) | |
| download | homebrew-0c60ea5f0ecced35dc2283ecbd553105a8b8e50b.tar.bz2 | |
libsamplerate: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libsamplerate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libsamplerate.rb b/Library/Formula/libsamplerate.rb index 484789393..ee698f70b 100644 --- a/Library/Formula/libsamplerate.rb +++ b/Library/Formula/libsamplerate.rb @@ -19,7 +19,7 @@ class Libsamplerate < Formula # configure adds `/Developer/Headers/FlatCarbon` to the include, but this is # very deprecated. Correct the use of Carbon.h to the non-flat location. # See: https://github.com/Homebrew/homebrew/pull/10875 - def patches; DATA; end + patch :DATA def install system "./configure", "--disable-dependency-tracking", |
