summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-09-06 04:36:42 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-09-06 04:36:42 +0000
commit97ee56c8e16cc460c30dd400a9ae8559865aa812 (patch)
tree1a5fcc511082ebc7c89611b0a582eaf427bee7be /net-irc
parentdescription fixes (diff)
downloadgentoo-2-97ee56c8e16cc460c30dd400a9ae8559865aa812.tar.gz
gentoo-2-97ee56c8e16cc460c30dd400a9ae8559865aa812.tar.bz2
gentoo-2-97ee56c8e16cc460c30dd400a9ae8559865aa812.zip
hopefully fixed the perl/gnome bug
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog6
-rw-r--r--net-irc/xchat/xchat-1.8.9-r3.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 758e985971e1..a04fe8db88df 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-irc/xchat
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.17 2002/09/05 20:07:46 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.18 2002/09/06 04:36:42 rphillips Exp $
*xchat-1.8.10 (05 Sep 2002)
@@ -24,6 +24,10 @@
*xchat-1.8.9-r3 (21 Jul 2002)
+ 05 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.9-r3.ebuild :
+
+ updated the perl/gnome patch
+
26 Aug 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.9-r3.ebuild :
Disabled gnome support if perl flag in set. This fixes bug #6504
diff --git a/net-irc/xchat/xchat-1.8.9-r3.ebuild b/net-irc/xchat/xchat-1.8.9-r3.ebuild
index fb61fff77197..a86afb4860ef 100644
--- a/net-irc/xchat/xchat-1.8.9-r3.ebuild
+++ b/net-irc/xchat/xchat-1.8.9-r3.ebuild
@@ -1,6 +1,6 @@
# Copyrigth 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/xchat/xchat-1.8.9-r3.ebuild,v 1.4 2002/08/31 21:22:25 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.9-r3.ebuild,v 1.5 2002/09/06 04:36:42 rphillips Exp $
S=${WORKDIR}/${P}
DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems."
@@ -48,6 +48,8 @@ src_compile() {
use gnome \
&& CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \
|| myopts="${myopts} --disable-gnome"
+ else
+ myopts="${myopts} --disable-gnome"
fi
use gtk \
@@ -77,6 +79,7 @@ src_compile() {
&& myflags="`python-config`" \
&& myopts="${myopts} --enable-python"
+
./configure \
--prefix=/usr \
--host=${CHOST} \