From 2477ed3674697f64b1206dec8fa2a8a5073c9bfc Mon Sep 17 00:00:00 2001 From: William Riley-Land Date: Fri, 1 Aug 2014 16:25:34 -0500 Subject: [PATCH] bitchx: specify plugins to build bitchx has no "--disable-plugin" option, so this is the next best way to disable plugins that won't build (e.g. europa). Fixes Homebrew/homebrew#31282. Closes Homebrew/homebrew#31284. Signed-off-by: Misty De Meo --- Formula/bitchx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/bitchx.rb b/Formula/bitchx.rb index 2f4e7a4324..0d9d066e3b 100644 --- a/Formula/bitchx.rb +++ b/Formula/bitchx.rb @@ -15,7 +15,7 @@ class Bitchx < Formula args = %W{ --prefix=#{prefix} --with-ssl - --with-plugins + --with-plugins=acro,aim,arcfour,amp,autocycle,blowfish,cavlink,encrypt,fserv,hint,identd,nap,pkga,possum,qbx,qmail --enable-ipv6 --mandir=#{man} }