diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-20 11:21:46 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-20 11:21:46 +0000 |
commit | 93b43d95bf0b19ebef436ed46617833722e05c1e (patch) | |
tree | 39aec2b4de2a0761dc23bea2c8f2cce632e6f732 /net-irc/bitchx/bitchx-1.1-r3.ebuild | |
parent | Fix building, thanks to Patrick Lauer for reporting in bug #152053. Add ~amd6... (diff) | |
download | historical-93b43d95bf0b19ebef436ed46617833722e05c1e.tar.gz historical-93b43d95bf0b19ebef436ed46617833722e05c1e.tar.bz2 historical-93b43d95bf0b19ebef436ed46617833722e05c1e.zip |
Fix for bug #147165 thanks to armin76 on irc
Package-Manager: portage-2.1.2_pre3-r4
Diffstat (limited to 'net-irc/bitchx/bitchx-1.1-r3.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-irc/bitchx/bitchx-1.1-r3.ebuild b/net-irc/bitchx/bitchx-1.1-r3.ebuild index 7b75986c242c..4b1b8a06288c 100644 --- a/net-irc/bitchx/bitchx-1.1-r3.ebuild +++ b/net-irc/bitchx/bitchx-1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r3.ebuild,v 1.1 2006/09/06 07:03:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r3.ebuild,v 1.2 2006/10/20 11:21:46 jokey Exp $ inherit flag-o-matic eutils @@ -51,6 +51,9 @@ src_compile() { replace-flags -O[3-9] -O2 append-flags -fno-strict-aliasing + # bug #147165 + append-flags -I/usr/include/gnome-1.0 + local myconf use esd && use gtk \ |