diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-19 23:46:22 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-19 23:46:22 +0000 |
commit | 26652b6260aaa2ddebdc18347ce717fed4a25edc (patch) | |
tree | b5431d99e4a649573c8059bbd104c503ecd17d76 /net-irc/xchatosd/xchatosd-5.19.ebuild | |
parent | Depend on 1.1.2 version of flac, as the 1.1.3 version changes API. (diff) | |
download | gentoo-2-26652b6260aaa2ddebdc18347ce717fed4a25edc.tar.gz gentoo-2-26652b6260aaa2ddebdc18347ce717fed4a25edc.tar.bz2 gentoo-2-26652b6260aaa2ddebdc18347ce717fed4a25edc.zip |
Fixing GCC4 wrt bug #140482 thanks to Ahmed Ammar for the patch
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'net-irc/xchatosd/xchatosd-5.19.ebuild')
-rw-r--r-- | net-irc/xchatosd/xchatosd-5.19.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/xchatosd/xchatosd-5.19.ebuild b/net-irc/xchatosd/xchatosd-5.19.ebuild index 8fa0c98ebc31..b6c9469e5e54 100644 --- a/net-irc/xchatosd/xchatosd-5.19.ebuild +++ b/net-irc/xchatosd/xchatosd-5.19.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/xchatosd/xchatosd-5.19.ebuild,v 1.4 2006/02/19 17:32:47 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.19.ebuild,v 1.5 2006/10/19 23:46:22 jokey Exp $ inherit toolchain-funcs flag-o-matic @@ -23,6 +23,7 @@ src_unpack() { # We have our own include file in /usr/include/xchat einfo "Updating xchat-plugin.h from /usr/include/xchat/xchat-plugin.h" cp -f "${ROOT}"/usr/include/xchat/xchat-plugin.h "${S}"/xchat-plugin.h + epatch "${FILESDIR}/${P}-gcc4.patch" } src_compile() { |