diff options
Diffstat (limited to 'net-irc/bitchx/bitchx-1.0.19-r5.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index 592443ceed9f..fb8ce8bbfc73 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.5 2003/07/05 21:39:25 lu_zero Exp $ +# $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 $ inherit flag-o-matic eutils @@ -89,6 +89,7 @@ src_compile() { #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 |