diff options
| author | Jack Nagel | 2014-03-20 14:05:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:12 -0500 |
| commit | 0181c8a1633353affefabe257c170edbd6d7c008 (patch) | |
| tree | 10eccecee4de23088c4d5e1b7e2f5bed4115e12a | |
| parent | d748682ae7018be434d7fca827e3abbb5def8f90 (diff) | |
| download | homebrew-0181c8a1633353affefabe257c170edbd6d7c008.tar.bz2 | |
readline: use patch DSL
| -rw-r--r-- | Library/Formula/readline.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb index 8aa71449f..7361f22bd 100644 --- a/Library/Formula/readline.rb +++ b/Library/Formula/readline.rb @@ -31,7 +31,7 @@ EOS # We are carrying an additional patch to add Darwin 13 as a build target. # Presumably when 10.9 comes out this patch will move upstream. # https://github.com/Homebrew/homebrew/pull/21625 - def patches; DATA; end + patch :DATA def install # Always build universal, per https://github.com/Homebrew/homebrew/issues/issue/899 |
