diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-07-02 17:39:11 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-07-02 17:39:11 +0000 |
commit | 7774b5a33fb1e78a0cf83d860432a2969d527a70 (patch) | |
tree | 6c3be26a63941e8ffe334ec2850afc26ffd27bab /games-fps/tenebrae/tenebrae-1.04.ebuild | |
parent | Stable on sparc wrt #183890 (diff) | |
download | gentoo-2-7774b5a33fb1e78a0cf83d860432a2969d527a70.tar.gz gentoo-2-7774b5a33fb1e78a0cf83d860432a2969d527a70.tar.bz2 gentoo-2-7774b5a33fb1e78a0cf83d860432a2969d527a70.zip |
remove need for an executable stack
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'games-fps/tenebrae/tenebrae-1.04.ebuild')
-rw-r--r-- | games-fps/tenebrae/tenebrae-1.04.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-fps/tenebrae/tenebrae-1.04.ebuild b/games-fps/tenebrae/tenebrae-1.04.ebuild index 378b9f0de6a2..a743066bf3e5 100644 --- a/games-fps/tenebrae/tenebrae-1.04.ebuild +++ b/games-fps/tenebrae/tenebrae-1.04.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-fps/tenebrae/tenebrae-1.04.ebuild,v 1.11 2006/12/05 18:02:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tenebrae/tenebrae-1.04.ebuild,v 1.12 2007/07/02 17:39:11 nyhm Exp $ #ECVS_SERVER="cvs.tenebrae.sourceforge.net:/cvsroot/tenebrae" #ECVS_MODULE="tenebrae_0" @@ -38,7 +38,9 @@ src_unpack() { cvs_src_unpack fi cd tenebrae_0 - epatch "${FILESDIR}"/${PV}-glhax.patch + epatch \ + "${FILESDIR}"/${PV}-glhax.patch \ + "${FILESDIR}"/${P}-exec-stack.patch cd linux sed "s:-mpentiumpro -O6:${CFLAGS}:" Makefile.i386linux > Makefile #if use sdl ; then |