diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-04-03 16:34:14 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-04-03 16:34:14 +0000 |
commit | 054d3fe69c4bf8886ad6dd78b1bf1d89b54cab39 (patch) | |
tree | a0435f4cd51ad9ed143f3a5e8d8539f5533375ca /games-board/gnushogi/gnushogi-1.3.ebuild | |
parent | Mark 0.29.0 stable on ia64 (diff) | |
download | historical-054d3fe69c4bf8886ad6dd78b1bf1d89b54cab39.tar.gz historical-054d3fe69c4bf8886ad6dd78b1bf1d89b54cab39.tar.bz2 historical-054d3fe69c4bf8886ad6dd78b1bf1d89b54cab39.zip |
gcc-4 patch, bug #120839
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'games-board/gnushogi/gnushogi-1.3.ebuild')
-rw-r--r-- | games-board/gnushogi/gnushogi-1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/gnushogi/gnushogi-1.3.ebuild b/games-board/gnushogi/gnushogi-1.3.ebuild index fe0b699e820b..a1d53ce7bf53 100644 --- a/games-board/gnushogi/gnushogi-1.3.ebuild +++ b/games-board/gnushogi/gnushogi-1.3.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-board/gnushogi/gnushogi-1.3.ebuild,v 1.11 2006/01/29 21:28:01 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v 1.12 2006/04/03 16:34:14 tupone Exp $ inherit eutils games @@ -32,7 +32,8 @@ src_unpack() { -e 's:-ltermcap:-lcurses:' ${f} \ || die "sed ${f} failed" done - epatch "${FILESDIR}/${PV}-errno.patch" + epatch "${FILESDIR}/${PV}-errno.patch" \ + "${FILESDIR}/${P}"-gcc4.patch } src_compile() { |