diff options
| author | Jack Nagel | 2011-12-20 17:54:06 -0600 |
|---|---|---|
| committer | Jack Nagel | 2011-12-20 17:54:06 -0600 |
| commit | 7da0499877c3b1a7f593aed921414f3ef973b027 (patch) | |
| tree | 32919406b116b1681692126e416caf0dea90e637 /Library/Formula | |
| parent | f6135568393e52840db1a901f42d1c68f426eb2d (diff) | |
| download | homebrew-7da0499877c3b1a7f593aed921414f3ef973b027.tar.bz2 | |
readline 6.2.2
Patchlevel 2 incorporates a patch to fix Lion support which we were
simulating with inreplace.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/readline.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb index bacdddd1e..ce3791d10 100644 --- a/Library/Formula/readline.rb +++ b/Library/Formula/readline.rb @@ -5,7 +5,7 @@ class Readline < Formula url 'http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz' mirror 'http://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz' sha256 '79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381' - version '6.2.1' + version '6.2.2' keg_only <<-EOS OS X provides the BSD libedit library, which shadows libreadline. @@ -16,14 +16,13 @@ EOS def patches {:p0 => [ "http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-001", + "http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-002" ]} end def install # Always build universal, per https://github.com/mxcl/homebrew/issues/issue/899 ENV.universal_binary - # Fix darwin detection for Lion, see https://github.com/mxcl/homebrew/issues/4782 - inreplace 'support/shobj-conf', 'darwin[89]*|darwin10*)', 'darwin[89]*|darwin1[01]*)' system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--infodir=#{info}", |
