summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-09-26 16:51:23 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-09-26 16:51:23 +0000
commit03bfd67233d0f160aea882ca94784c0ac41eb279 (patch)
treec1e5fb76dd003e1b1e0627a280fcebf044222d97 /games-strategy/netherearth/netherearth-0.52.ebuild
parentstable on amd64 (diff)
downloadgentoo-2-03bfd67233d0f160aea882ca94784c0ac41eb279.tar.gz
gentoo-2-03bfd67233d0f160aea882ca94784c0ac41eb279.tar.bz2
gentoo-2-03bfd67233d0f160aea882ca94784c0ac41eb279.zip
Add patch for freeglut-2.4, bug #133062
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-strategy/netherearth/netherearth-0.52.ebuild')
-rw-r--r--games-strategy/netherearth/netherearth-0.52.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-strategy/netherearth/netherearth-0.52.ebuild b/games-strategy/netherearth/netherearth-0.52.ebuild
index 325479dbe2af..38729970aed6 100644
--- a/games-strategy/netherearth/netherearth-0.52.ebuild
+++ b/games-strategy/netherearth/netherearth-0.52.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-strategy/netherearth/netherearth-0.52.ebuild,v 1.3 2006/06/27 20:48:31 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 1.4 2006/09/26 16:51:23 nyhm Exp $
inherit eutils games
@@ -35,10 +35,12 @@ src_unpack() {
cp "${FILESDIR}/Makefile" . || die "Makefile copying failed"
# Fix compilation errors/warnings
- epatch "${FILESDIR}/${P}-linux.patch" || die "epatch failed"
+ epatch "${FILESDIR}/${P}-linux.patch"
+
+ epatch "${FILESDIR}/${P}-freeglut.patch"
# Modify dirs and some fopen() permissions
- epatch "${FILESDIR}/${P}-gentoo-paths.patch" || die "epatch failed"
+ epatch "${FILESDIR}/${P}-gentoo-paths.patch"
sed -i \
-e "s:models:${DATA_DIR}/models:" \
-e "s:textures:${DATA_DIR}/textures:" \