diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-29 03:36:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-29 03:36:28 +0000 |
commit | fa8e3504fbd439e0b687eb45efde51dd49d1da28 (patch) | |
tree | b37770de8267ce7f7bfa4bdeb143fc8e8c265a9e /games-emulation/gens/gens-2.12b.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-fa8e3504fbd439e0b687eb45efde51dd49d1da28.tar.gz gentoo-2-fa8e3504fbd439e0b687eb45efde51dd49d1da28.tar.bz2 gentoo-2-fa8e3504fbd439e0b687eb45efde51dd49d1da28.zip |
add patch from Daniel Schneidereit to fix "Open Rom" always starting in ~/.gens (bug #153593)
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-emulation/gens/gens-2.12b.ebuild')
-rw-r--r-- | games-emulation/gens/gens-2.12b.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-emulation/gens/gens-2.12b.ebuild b/games-emulation/gens/gens-2.12b.ebuild index c272dad56aec..9549a2ab7834 100644 --- a/games-emulation/gens/gens-2.12b.ebuild +++ b/games-emulation/gens/gens-2.12b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild,v 1.5 2006/01/15 03:37:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.12b.ebuild,v 1.6 2007/11/29 03:36:27 mr_bones_ Exp $ inherit flag-o-matic eutils games @@ -23,7 +23,9 @@ S=${WORKDIR}/GensForLinux src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-gcc4.patch + epatch \ + "${FILESDIR}"/${P}-gcc4.patch \ + "${FILESDIR}"/${P}-romsdir.patch append-ldflags -Wl,-z,noexecstack } |