From 97ee56c8e16cc460c30dd400a9ae8559865aa812 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Fri, 6 Sep 2002 04:36:42 +0000 Subject: hopefully fixed the perl/gnome bug --- net-irc/xchat/ChangeLog | 6 +++++- net-irc/xchat/xchat-1.8.9-r3.ebuild | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'net-irc') 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 xchat-1.8.9-r3.ebuild : + + updated the perl/gnome patch + 26 Aug 2002; Ryan Phillips 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} \ -- cgit v1.2.3-65-gdbad