aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libsamplerate.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:56 -0500
committerJack Nagel2014-03-19 18:57:18 -0500
commit0c60ea5f0ecced35dc2283ecbd553105a8b8e50b (patch)
tree422114f4ce3fb6c0d70eab0a35d19684f49bb3d0 /Library/Formula/libsamplerate.rb
parenta9121dc042431576f112340c0b8f2f411a069f4c (diff)
downloadhomebrew-0c60ea5f0ecced35dc2283ecbd553105a8b8e50b.tar.bz2
libsamplerate: use patch DSL
Diffstat (limited to 'Library/Formula/libsamplerate.rb')
-rw-r--r--Library/Formula/libsamplerate.rb2
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",