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 | c53320325dc04b448311fd3db90e6f6650e66732 (patch) | |
tree | 6287eb54550d7bf26356399dab9a7b8d3a4dbe54 /net-irc/bitchx | |
parent | Fix building, thanks to Patrick Lauer for reporting in bug #152053. Add ~amd6... (diff) | |
download | gentoo-2-c53320325dc04b448311fd3db90e6f6650e66732.tar.gz gentoo-2-c53320325dc04b448311fd3db90e6f6650e66732.tar.bz2 gentoo-2-c53320325dc04b448311fd3db90e6f6650e66732.zip |
Fix for bug #147165 thanks to armin76 on irc
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r3.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 405643678bae..7a0cddcfbc72 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bitchx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.53 2006/09/06 07:03:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.54 2006/10/20 11:21:46 jokey Exp $ + + 20 Oct 2006; Markus Ullmann <jokey@gentoo.org> bitchx-1.1-r3.ebuild: + Fix for bug #147165 thanks to armin76 on irc *bitchx-1.1-r3 (06 Sep 2006) 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 \ |