aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWilliam Riley-Land2014-08-01 16:25:34 -0500
committerMisty De Meo2014-08-25 23:41:42 -0700
commita23c920f3f27f5685a83f095da0400c30ccfffcb (patch)
tree9c74a3329b2ffdc039a77938520006eecc00846d /Library
parent579c33e35906a09c98d7eb3a7cfb01cb157f8064 (diff)
downloadhomebrew-a23c920f3f27f5685a83f095da0400c30ccfffcb.tar.bz2
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 #31282. Closes #31284. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bitchx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bitchx.rb b/Library/Formula/bitchx.rb
index 2f4e7a432..0d9d066e3 100644
--- a/Library/Formula/bitchx.rb
+++ b/Library/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}
}