diff options
Diffstat (limited to 'sys-devel/dev86/dev86-0.16.17-r6.ebuild')
-rw-r--r-- | sys-devel/dev86/dev86-0.16.17-r6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/dev86/dev86-0.16.17-r6.ebuild b/sys-devel/dev86/dev86-0.16.17-r6.ebuild index 22bc5eb923d8..e2c6dbf0b6e0 100644 --- a/sys-devel/dev86/dev86-0.16.17-r6.ebuild +++ b/sys-devel/dev86/dev86-0.16.17-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.17-r6.ebuild,v 1.4 2009/11/09 12:46:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.17-r6.ebuild,v 1.5 2010/10/24 22:07:49 polynomial-c Exp $ inherit eutils @@ -30,6 +30,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/dev86-pic.patch epatch "${FILESDIR}"/${P}-fortify.patch + epatch "${FILESDIR}"/${P}-make382.patch sed -i \ -e "s:-O2 -g:${CFLAGS} ${CPPFLAGS}:" \ -e '/INEXE=/s:-s::' \ |