diff options
author | 2001-09-23 22:39:26 +0000 | |
---|---|---|
committer | 2001-09-23 22:39:26 +0000 | |
commit | aaf5274a9525125a691b51d0c3c5ab965e49d127 (patch) | |
tree | 314a02952b62d873a9dba94d9eeacdc42008679a /net-irc | |
parent | reenabling bitchx esound support... hope to find why it bombs on my system (diff) | |
download | historical-aaf5274a9525125a691b51d0c3c5ab965e49d127.tar.gz historical-aaf5274a9525125a691b51d0c3c5ab965e49d127.tar.bz2 historical-aaf5274a9525125a691b51d0c3c5ab965e49d127.zip |
try 2
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r3.ebuild b/net-irc/bitchx/bitchx-1.0.18-r3.ebuild index e86bd65083f5..b0d167f62ad8 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.3 2001/09/23 22:37:46 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r3.ebuild,v 1.4 2001/09/23 22:39:26 blocke Exp $ A=ircii-pana-1.0c18.tar.gz S=${WORKDIR}/BitchX @@ -44,7 +44,7 @@ src_compile() { ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \ --enable-cdrom --enable-ipv6 --with-plugins \ - --disable-sound ${myopts} || die + ${myopts} || die emake || die } |