diff options
Diffstat (limited to 'sys-apps/coreutils/coreutils-6.9-r1.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-6.9-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-6.9-r1.ebuild b/sys-apps/coreutils/coreutils-6.9-r1.ebuild index 6c1aca41d967..c491897245e8 100644 --- a/sys-apps/coreutils/coreutils-6.9-r1.ebuild +++ b/sys-apps/coreutils/coreutils-6.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.14 2007/07/02 15:27:55 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.15 2007/07/07 01:25:30 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -46,6 +46,9 @@ src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/gnulib-futimens-rename.patch #180764 + sed -i 's:\<futimens\>:gl_futimens:' src/{copy,touch}.c + PATCHDIR="${WORKDIR}/patch" rm -f "${PATCHDIR}"/generic/001_*progress* |