Apply patches to readline 6.0
This commit is contained in:
parent
1be2d31891
commit
4786129c64
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ OS X provides the BSD Readline library. In order to prevent conflicts when
|
|||
programs look for libreadline we are defaulting this GNU Readline installation
|
||||
to keg-only.
|
||||
EOS
|
||||
|
||||
def patches
|
||||
(1..4).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n}
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue