summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2001-09-23 22:39:26 +0000
committerBruce A. Locke <blocke@gentoo.org>2001-09-23 22:39:26 +0000
commit0336e38550c6d9572d4c9d04a1e83640e71c03b2 (patch)
tree1c2b74233d9ea5ff15ce0bcab4cbccdd3a5879ad /net-irc
parentreenabling bitchx esound support... hope to find why it bombs on my system (diff)
downloadgentoo-2-0336e38550c6d9572d4c9d04a1e83640e71c03b2.tar.gz
gentoo-2-0336e38550c6d9572d4c9d04a1e83640e71c03b2.tar.bz2
gentoo-2-0336e38550c6d9572d4c9d04a1e83640e71c03b2.zip
try 2
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bitchx/bitchx-1.0.18-r3.ebuild4
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
}