diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-07-17 05:31:45 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-07-17 05:31:45 +0000 |
commit | c8b51b087237049842d577673836b0548873d37e (patch) | |
tree | 1e60b718e388004eb54597078acd253ab4f09e95 /net-irc/bitchx/bitchx-1.0.19-r5.ebuild | |
parent | Adding !app-emulation/winex to glibc-2.3.2-r1 (diff) | |
download | gentoo-2-c8b51b087237049842d577673836b0548873d37e.tar.gz gentoo-2-c8b51b087237049842d577673836b0548873d37e.tar.bz2 gentoo-2-c8b51b087237049842d577673836b0548873d37e.zip |
fix the mess I did yesterday
Diffstat (limited to 'net-irc/bitchx/bitchx-1.0.19-r5.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 \ |