diff options
author | 2001-09-23 03:17:51 +0000 | |
---|---|---|
committer | 2001-09-23 03:17:51 +0000 | |
commit | 11f332e6600139e0c2a03b819716664561d3f821 (patch) | |
tree | 554b5d314d12c4be2e9ea90fb7e16525bcb2089e /net-irc/bitchx | |
parent | As far as I can tell, this does not require timidity or even use installed ti... (diff) | |
download | gentoo-2-11f332e6600139e0c2a03b819716664561d3f821.tar.gz gentoo-2-11f332e6600139e0c2a03b819716664561d3f821.tar.bz2 gentoo-2-11f332e6600139e0c2a03b819716664561d3f821.zip |
esd support in bitchx temporarily disabled
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r3.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r3.ebuild b/net-irc/bitchx/bitchx-1.0.18-r3.ebuild index 5542eff39d2f..bc6ffc55104e 100644 --- a/net-irc/bitchx/bitchx-1.0.18-r3.ebuild +++ b/net-irc/bitchx/bitchx-1.0.18-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r3.ebuild,v 1.1 2001/09/22 11:57:04 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r3.ebuild,v 1.2 2001/09/23 03:17:51 blocke Exp $ A=ircii-pana-1.0c18.tar.gz S=${WORKDIR}/BitchX @@ -14,9 +14,9 @@ DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 ) gnome? ( >=x11-libs/gtk+-1.2.0 >=media-libs/imlib-1.9.4 - >=gnome-base/gnome-libs-1.2 ) - esd? ( >=media-sound/esound-0.2.5 - >=media-libs/audiofile-0.1.5 )" + >=gnome-base/gnome-libs-1.2 )" +# esd? ( >=media-sound/esound-0.2.5 +# >=media-libs/audiofile-0.1.5 ) src_unpack() { unpack ${A} @@ -37,10 +37,12 @@ src_compile() { myopts="$myopts --with-gtk" fi - if [ -n "`use esd`" ] - then - myopts="$myopts --enable-sound" - fi +# if [ -n "`use esd`" ] +# then +# myopts="$myopts --enable-sound" +# fi + + myopts="$myopts --disable-sound" ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \ --enable-cdrom --enable-ipv6 --with-plugins \ |