summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2008-05-02 19:44:35 +0000
committerTristan Heaven <tristan@gentoo.org>2008-05-02 19:44:35 +0000
commitf66eb7c23253f7abec0aff98b3be71045c7e4eb8 (patch)
tree05ad9f4f217bf1e8ee918977ccc4910f7fd169be /games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
parentCleanup, set TNS_ADMIN and add information on where to put tnsnames.ora, #215100 (diff)
downloadhistorical-f66eb7c23253f7abec0aff98b3be71045c7e4eb8.tar.gz
historical-f66eb7c23253f7abec0aff98b3be71045c7e4eb8.tar.bz2
historical-f66eb7c23253f7abec0aff98b3be71045c7e4eb8.zip
Fix building with gcc-4.3
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild')
-rw-r--r--games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
index 968012072cdd..ea49a8ec7691 100644
--- a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
+++ b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.4 2007/06/12 01:12:26 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.5 2008/05/02 19:44:34 nyhm Exp $
inherit eutils games
@@ -10,7 +10,7 @@ SRC_URI="http://cycojesus.free.fr/faire/coder/jouer/ng-star/files/${P}-src.tar.b
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="sys-libs/ncurses
@@ -19,7 +19,9 @@ DEPEND="sys-libs/ncurses
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${P}"-gentoo-path.patch
+ epatch \
+ "${FILESDIR}"/${P}-gentoo-path.patch \
+ "${FILESDIR}"/${P}-gcc43.patch
sed -i \
-e "s:@GENTOO_DATA@:${GAMES_DATADIR}:" \
-e "s:@GENTOO_BIN@:${GAMES_BINDIR}:" \