diff options
author | 2005-07-14 02:59:09 +0000 | |
---|---|---|
committer | 2005-07-14 02:59:09 +0000 | |
commit | 1f478dd1994ed1a5223f0f8b7bb1e1207d3ece9f (patch) | |
tree | b9eb8be8be6f718471ed4f10de585385ddf2f4f0 /sys-apps/modutils/modutils-2.4.27.ebuild | |
parent | amd64/x86 stable (diff) | |
download | historical-1f478dd1994ed1a5223f0f8b7bb1e1207d3ece9f.tar.gz historical-1f478dd1994ed1a5223f0f8b7bb1e1207d3ece9f.tar.bz2 historical-1f478dd1994ed1a5223f0f8b7bb1e1207d3ece9f.zip |
Grab changes from Debian to fix building with newer gcc / flex.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.27.ebuild')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.27.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/modutils/modutils-2.4.27.ebuild b/sys-apps/modutils/modutils-2.4.27.ebuild index 0fea50447ea1..8798c1e2dc32 100644 --- a/sys-apps/modutils/modutils-2.4.27.ebuild +++ b/sys-apps/modutils/modutils-2.4.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27.ebuild,v 1.8 2005/06/30 03:46:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27.ebuild,v 1.9 2005/07/14 02:59:09 vapier Exp $ inherit eutils @@ -19,11 +19,10 @@ PROVIDE="virtual/modutils" src_unpack() { unpack ${A} - - EPATCH_OPTS="-d ${S}/util" \ - epatch ${FILESDIR}/alias.h.diff - cd ${S} - epatch ${FILESDIR}/${PV}-gcc34.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-alias.patch + epatch "${FILESDIR}"/${P}-gcc.patch + epatch "${FILESDIR}"/${P}-flex.patch } src_compile() { |