diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-03-22 23:12:54 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-03-22 23:12:54 +0000 |
commit | b6386ebfb41ab4ac3eb2e2da1c4fb23793d7f029 (patch) | |
tree | d707ecfb4c1181aa6ba011f024089436ae540b03 /games-strategy/xconq/xconq-7.4.1.ebuild | |
parent | Marking stable sparc, x86 (diff) | |
download | historical-b6386ebfb41ab4ac3eb2e2da1c4fb23793d7f029.tar.gz historical-b6386ebfb41ab4ac3eb2e2da1c4fb23793d7f029.tar.bz2 historical-b6386ebfb41ab4ac3eb2e2da1c4fb23793d7f029.zip |
Fix for bug #125387 , error after choosing a game
Package-Manager: portage-2.1_pre6-r4
Diffstat (limited to 'games-strategy/xconq/xconq-7.4.1.ebuild')
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index e940f4d4d6f9..ddd3b57ee1fe 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.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/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.8 2006/02/23 22:38:52 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.9 2006/03/22 23:12:54 tupone Exp $ inherit eutils games @@ -22,7 +22,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PN}-gcc-3.4.patch + epatch ${FILESDIR}/${PN}-gcc-3.4.patch \ + ${FILESDIR}/${PN}-tkconq.patch } src_compile() { |