diff options
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", |
