diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-01-21 12:33:10 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-01-21 12:33:10 +0000 |
commit | 1f18ccc06f3c2853acdcd6310831421ba2787138 (patch) | |
tree | 31b338470e68a65288ab0a2103bd7611f3bb1c5c /sys-fs/shake/shake-0.999.ebuild | |
parent | Drop stable ebuilds (see bugs #391789, #453242). (diff) | |
download | gentoo-2-1f18ccc06f3c2853acdcd6310831421ba2787138.tar.gz gentoo-2-1f18ccc06f3c2853acdcd6310831421ba2787138.tar.bz2 gentoo-2-1f18ccc06f3c2853acdcd6310831421ba2787138.zip |
Fix compilation with glibc-2.17, bug #451768
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'sys-fs/shake/shake-0.999.ebuild')
-rw-r--r-- | sys-fs/shake/shake-0.999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/shake/shake-0.999.ebuild b/sys-fs/shake/shake-0.999.ebuild index b25f32e7be07..6d3cbdc9a205 100644 --- a/sys-fs/shake/shake-0.999.ebuild +++ b/sys-fs/shake/shake-0.999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.1 2011/08/05 09:58:47 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.2 2013/01/21 12:33:10 voyageur Exp $ -inherit cmake-utils +inherit cmake-utils eutils DESCRIPTION="defragmenter that runs in userspace while the system is used" HOMEPAGE="http://vleu.net/shake/" @@ -18,3 +18,7 @@ DEPEND="${RDEPEND} sys-apps/help2man" S=${WORKDIR}/${PN}-fs-${PV} + +src_prepare() { + epatch "${FILESDIR}"/${P}-fix_stat_include.patch +} |