Fix irssi compile; Fixes Homebrew/homebrew#5538

Though I think this now means the Perl stuff won't *just work*.
master
Andrew Vos 2011-07-24 16:17:30 -07:00 committed by Max Howell
parent 3e1ea28ad9
commit de5810dde9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Irssi < Formula
system "./configure", "--prefix=#{prefix}",
"--with-perl=yes",
"--with-perl-lib=site",
"--with-perl-lib=#{prefix}/lib/perl5/site_perl",
"--with-bot",
"--with-proxy",
"--enable-ssl",