summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-09-05 21:41:17 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-09-05 21:41:17 +0000
commitc883e31e19d3968889a7e7ba35d5fafb77462711 (patch)
treed012f895e3706ea4284672e4bdeb5cf5a30f3c1b /games-emulation/openmsx/openmsx-0.5.2.ebuild
parent~amd64 (diff)
downloadhistorical-c883e31e19d3968889a7e7ba35d5fafb77462711.tar.gz
historical-c883e31e19d3968889a7e7ba35d5fafb77462711.tar.bz2
historical-c883e31e19d3968889a7e7ba35d5fafb77462711.zip
Adding upstream patch to fix compilation with GCC4. Some slight changes were
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation/openmsx/openmsx-0.5.2.ebuild')
-rw-r--r--games-emulation/openmsx/openmsx-0.5.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/openmsx/openmsx-0.5.2.ebuild b/games-emulation/openmsx/openmsx-0.5.2.ebuild
index ceaf2217caa3..a2a5d2f23cb8 100644
--- a/games-emulation/openmsx/openmsx-0.5.2.ebuild
+++ b/games-emulation/openmsx/openmsx-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.5.2.ebuild,v 1.2 2005/09/01 19:20:15 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.5.2.ebuild,v 1.3 2005/09/05 21:41:17 halcy0n Exp $
inherit flag-o-matic eutils games
@@ -26,6 +26,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch "${FILESDIR}/${PV}-custom.mk.patch"
+ epatch "${FILESDIR}/${P}-gcc4.patch"
}
src_compile() {