summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-05-07 10:53:26 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-05-07 10:53:26 +0000
commitc6fcb5e707160d34165a852abf4d79dfe388b976 (patch)
treefb2059fbe7dfde2ae1b3bfd1cd5d6c6e59fbec4e /games-mud/xpertmud/xpertmud-3.1_pre1.ebuild
parentFixed depend on qt-4.1, bug #132543 (diff)
downloadhistorical-c6fcb5e707160d34165a852abf4d79dfe388b976.tar.gz
historical-c6fcb5e707160d34165a852abf4d79dfe388b976.tar.bz2
historical-c6fcb5e707160d34165a852abf4d79dfe388b976.zip
Fix for gcc-4.1
Package-Manager: portage-2.1_pre10-r3
Diffstat (limited to 'games-mud/xpertmud/xpertmud-3.1_pre1.ebuild')
-rw-r--r--games-mud/xpertmud/xpertmud-3.1_pre1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild b/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild
index 554019f81c02..c655008bdd0d 100644
--- a/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild
+++ b/games-mud/xpertmud/xpertmud-3.1_pre1.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-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v 1.7 2006/03/30 17:28:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v 1.8 2006/05/07 10:53:26 tupone Exp $
inherit eutils kde
@@ -25,7 +25,8 @@ S=${WORKDIR}/xpertmud-${MY_PV}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${P}"-gcc34.patch
+ epatch "${FILESDIR}/${P}"-gcc34.patch \
+ "${FILESDIR}/${P}"-gcc41.patch
}
src_compile() {