summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-07-16 14:19:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-07-16 14:19:16 +0000
commitfc6544e3029017a3385d502bab6ebd2d608ef3f3 (patch)
tree4d561a7efee7586c6f10343381869eb551ae9518 /media-sound/lame/lame-3.98.ebuild
parentStable on ppc wrt bug 231733 (diff)
downloadgentoo-2-fc6544e3029017a3385d502bab6ebd2d608ef3f3.tar.gz
gentoo-2-fc6544e3029017a3385d502bab6ebd2d608ef3f3.tar.bz2
gentoo-2-fc6544e3029017a3385d502bab6ebd2d608ef3f3.zip
fix exec stacks with mmx asm, still bug #93279
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-sound/lame/lame-3.98.ebuild')
-rw-r--r--media-sound/lame/lame-3.98.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/lame/lame-3.98.ebuild b/media-sound/lame/lame-3.98.ebuild
index 1c3669d7b96a..1c74f4ab0915 100644
--- a/media-sound/lame/lame-3.98.ebuild
+++ b/media-sound/lame/lame-3.98.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/media-sound/lame/lame-3.98.ebuild,v 1.3 2008/07/16 13:09:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.ebuild,v 1.4 2008/07/16 14:19:15 aballier Exp $
inherit flag-o-matic toolchain-funcs eutils autotools versionator
@@ -44,6 +44,9 @@ src_unpack() {
# PIC Fix by the PaX Team, bug #93279
epatch "${FILESDIR}"/${PN}-3.98-pic-fix.patch
+ # Let it use proper %if statements for marking stacks as non executable
+ epatch "${FILESDIR}"/${PN}-3.98-execstacks.patch
+
AT_M4DIR="${S}" eautoreconf
epunt_cxx # embedded bug #74498
}