Fix readline on Snow Leopard

The patches broke the build.
master
Max Howell 2009-09-22 16:13:26 +01:00
parent ce2390f593
commit 7754e27f1f
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ to keg-only.
end
def patches
(1..4).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n}
if MACOS_VERSION == 10.5
(1..4).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n}
end
end
def install