diff options
author | 2007-03-14 11:56:29 +0000 | |
---|---|---|
committer | 2007-03-14 11:56:29 +0000 | |
commit | c8885b4757cba38002a70634c395339fce55fe46 (patch) | |
tree | a0cd36a0b6d4d8c1b7ccc1288bd574471f3769f5 /net-irc/quirc/quirc-0.9.84.ebuild | |
parent | alpha and ia64 were stable, fixed (diff) | |
download | historical-c8885b4757cba38002a70634c395339fce55fe46.tar.gz historical-c8885b4757cba38002a70634c395339fce55fe46.tar.bz2 historical-c8885b4757cba38002a70634c395339fce55fe46.zip |
fix building in gcc4
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-irc/quirc/quirc-0.9.84.ebuild')
-rw-r--r-- | net-irc/quirc/quirc-0.9.84.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net-irc/quirc/quirc-0.9.84.ebuild b/net-irc/quirc/quirc-0.9.84.ebuild index 1cdc3d5b9da8..f29eed8d69d8 100644 --- a/net-irc/quirc/quirc-0.9.84.ebuild +++ b/net-irc/quirc/quirc-0.9.84.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.84.ebuild,v 1.3 2004/11/13 00:23:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.84.ebuild,v 1.4 2007/03/14 11:56:29 armin76 Exp $ + +inherit eutils DESCRIPTION="A GUI IRC client scriptable in Tcl/Tk" SRC_URI="http://quirc.org/${P}.tar.gz" @@ -14,6 +16,13 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc" IUSE="" +src_unpack() { + unpack ${A} + cd ${S} + + epatch "${FILESDIR}"/${PV}-gcc4.patch +} + src_compile() { econf \ --datadir=/usr/share/quirc \ |