From fa8e3504fbd439e0b687eb45efde51dd49d1da28 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 29 Nov 2007 03:36:28 +0000 Subject: add patch from Daniel Schneidereit to fix "Open Rom" always starting in ~/.gens (bug #153593) (Portage version: 2.1.3.19) --- games-emulation/gens/gens-2.12b.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games-emulation/gens/gens-2.12b.ebuild') 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 } -- cgit v1.2.3-65-gdbad