diff options
| author | Jack Nagel | 2014-03-19 12:07:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:19 -0500 |
| commit | b04bbdb433274088adecbbbe0b19a71e6275b075 (patch) | |
| tree | a35f7f9bdbdf63035238e11c583a0e12746711db /Library | |
| parent | 56a5385b43514698eea121ca3e62288a18992bbe (diff) | |
| download | homebrew-b04bbdb433274088adecbbbe0b19a71e6275b075.tar.bz2 | |
loudmouth: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/loudmouth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/loudmouth.rb b/Library/Formula/loudmouth.rb index bfeb0f5eb..3dfb98f47 100644 --- a/Library/Formula/loudmouth.rb +++ b/Library/Formula/loudmouth.rb @@ -15,7 +15,7 @@ class Loudmouth < Formula # Fix compilation on 10.9. Sent upstream: # https://github.com/mcabber/loudmouth/pull/9 - def patches; DATA; end + patch :DATA def install args = ["--disable-debug", |
