diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-01 02:54:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-01 02:54:03 +0000 |
commit | d2e25f2fb528a74472b86ac2651e9a3d3e19e155 (patch) | |
tree | 144fb2f58b35b77c90df35607aa5a1575be33759 /net-irc | |
parent | this time fix it better (diff) | |
download | gentoo-2-d2e25f2fb528a74472b86ac2651e9a3d3e19e155.tar.gz gentoo-2-d2e25f2fb528a74472b86ac2651e9a3d3e19e155.tar.bz2 gentoo-2-d2e25f2fb528a74472b86ac2651e9a3d3e19e155.zip |
added debugging support
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild index 909eb0917314..81d496832bfc 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.4 2002/08/23 03:18:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.5 2002/10/01 02:54:03 seemant Exp $ MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX @@ -27,6 +27,12 @@ src_compile() { local myconf + if [ "${DEBUG}" ] + then + einfo "debugging" + myconf="${myconf} --enable-debug" + fi + use ssl \ && myconf="${myconf} --with-ssl" \ || myconf="${myconf} --without-ssl" |