From eb46923c8a087cb333c3eb14fd4054d2d1b6d590 Mon Sep 17 00:00:00 2001 From: Rémi Prévost Date: Mon, 4 Jan 2010 12:51:18 -0500 Subject: Disable perl support in irssi so it will build without errors Fixes #367 Signed-off-by: Max Howell No reports of issues on 10.5 so I just disabled perl on 10.6. --- Library/Formula/irssi.rb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index 0cdb3530b..11828c26d 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -13,8 +13,19 @@ class Irssi 10.5 + cargs << "--with-perl=no" + else + cargs << "--with-perl=yes" + end + + system "./configure", *cargs system "make install" end end -- cgit v1.2.3