diff options
Diffstat (limited to 'games-board/grhino/grhino-0.16.0.ebuild')
-rw-r--r-- | games-board/grhino/grhino-0.16.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/grhino/grhino-0.16.0.ebuild b/games-board/grhino/grhino-0.16.0.ebuild index bf6e64c2c50c..3a47b3494112 100644 --- a/games-board/grhino/grhino-0.16.0.ebuild +++ b/games-board/grhino/grhino-0.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.0.ebuild,v 1.6 2008/03/20 11:49:46 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.0.ebuild,v 1.7 2008/05/02 18:50:06 nyhm Exp $ inherit eutils games @@ -21,6 +21,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-gcc43.patch sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \ Makefile.in \ || die "sed failed" |