diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-04-11 17:52:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-04-11 17:52:42 +0000 |
commit | 0f1d10a5c23c603e3310d6ecc9bbabaa93cd3210 (patch) | |
tree | 4bc5228bbf733fba5f06cfab0bec45a9bf699f12 /net-p2p/amule/amule-2.2.6.ebuild | |
parent | x86 stable wrt bug #311603 (diff) | |
download | historical-0f1d10a5c23c603e3310d6ecc9bbabaa93cd3210.tar.gz historical-0f1d10a5c23c603e3310d6ecc9bbabaa93cd3210.tar.bz2 historical-0f1d10a5c23c603e3310d6ecc9bbabaa93cd3210.zip |
Add patch from debian to build on hppa wrt #312831
Package-Manager: portage-2.1.7.17/cvs/Linux ia64
Diffstat (limited to 'net-p2p/amule/amule-2.2.6.ebuild')
-rw-r--r-- | net-p2p/amule/amule-2.2.6.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/amule/amule-2.2.6.ebuild b/net-p2p/amule/amule-2.2.6.ebuild index 28b6fb44f497..d021a41ad5e8 100644 --- a/net-p2p/amule/amule-2.2.6.ebuild +++ b/net-p2p/amule/amule-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.5 2010/03/20 13:13:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.6 2010/04/11 17:52:42 armin76 Exp $ EAPI="2" @@ -50,6 +50,10 @@ pkg_preinst() { fi } +src_unpack() { + epatch "${FILESDIR}"/${P}-fallocate.diff +} + src_configure() { local myconf |