diff options
| author | Jack Nagel | 2014-03-19 12:07:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 12:29:57 -0500 |
| commit | b8b3adcbbbc372dcc543e8a3a16be95d0ef0038e (patch) | |
| tree | 638ec36ead5cb3319c14a08cf460afafd5450315 | |
| parent | b409aeba8999551891662178c363708c202a27d5 (diff) | |
| download | homebrew-b8b3adcbbbc372dcc543e8a3a16be95d0ef0038e.tar.bz2 | |
goffice: use patch DSL
| -rw-r--r-- | Library/Formula/goffice.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/goffice.rb b/Library/Formula/goffice.rb index 517730de3..007117002 100644 --- a/Library/Formula/goffice.rb +++ b/Library/Formula/goffice.rb @@ -15,9 +15,7 @@ class Goffice < Formula # Fix for goffice trying to use a retired pcre api. Reported/source = Macports # https://github.com/Homebrew/homebrew/issues/15171 - def patches - DATA - end + patch :DATA def install system "./configure", "--disable-dependency-tracking", |
