From c8b51b087237049842d577673836b0548873d37e Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 17 Jul 2003 05:31:45 +0000 Subject: fix the mess I did yesterday --- net-irc/bitchx/Manifest | 2 +- net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'net-irc/bitchx') diff --git a/net-irc/bitchx/Manifest b/net-irc/bitchx/Manifest index f9cd615d502d..22d56d426129 100644 --- a/net-irc/bitchx/Manifest +++ b/net-irc/bitchx/Manifest @@ -3,7 +3,7 @@ MD5 a0d406fa01701f41b0a32496205efc66 bitchx-1.0.19-r1.ebuild 2624 MD5 2ce821e53f9b58439514e976caf6a96c bitchx-1.0.19-r2.ebuild 2705 MD5 37233cc348f9accf52d9b073234deb27 bitchx-1.0.19-r3.ebuild 3189 MD5 d8d31d074b565529e2cd7d66dc0adbb2 bitchx-1.0.19-r4.ebuild 3235 -MD5 dafe37c96b2a5e090f63269f2c3601ab bitchx-1.0.19-r5.ebuild 3666 +MD5 b79b20e599eb71121df952d3eb005175 bitchx-1.0.19-r5.ebuild 3627 MD5 2573358b54ae05f8c23a452f657493e3 files/bitchx-1.0.19-r4-gentoo.diff 332 MD5 3b4e5923d1c18b01092e2d43b2989d5f files/digest-bitchx-1.0.19-r4 70 MD5 10a57b14bb58910e1f373fbc1b8b2197 files/bitchx-1.0.19-cjk.patch 7050 diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index fb8ce8bbfc73..5925bccdce58 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.6 2003/07/16 10:12:36 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.7 2003/07/17 05:31:17 lu_zero Exp $ inherit flag-o-matic eutils @@ -88,12 +88,11 @@ src_compile() { ${S}/include/config.h #ugly workaround use gtk && use gnome && ( \ - CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0" - append-flags "-I/usr/include/gnome-1.0" einfo "gtkBitchX will be built, if you want BitchX please issue" einfo "USE="-gtk" emerge bitchx" sleep 10 - ) + ) && CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0" + econf CFLAGS="${CFLAGS}" \ --enable-cdrom \ --with-plugins \ -- cgit v1.2.3-65-gdbad