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 <mistydemeo@gmail.com>
This commit is contained in:
William Riley-Land 2014-08-01 16:25:34 -05:00 committed by Misty De Meo
parent 55f7e2a336
commit 2477ed3674

View file

@ -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}
}