diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-25 21:46:18 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-25 21:46:18 +0000 |
commit | 08a69402187e92609f848aed64bd097f132cf718 (patch) | |
tree | 9e5a037a91f035e7fef519074c9a3087e9a1cce8 /app-office/abiword/abiword-2.4.6.ebuild | |
parent | QA: fixing KEYWORDS; bug #163818 (diff) | |
download | gentoo-2-08a69402187e92609f848aed64bd097f132cf718.tar.gz gentoo-2-08a69402187e92609f848aed64bd097f132cf718.tar.bz2 gentoo-2-08a69402187e92609f848aed64bd097f132cf718.zip |
Moved instances of epatch from src_compile to src_unpack. Added patch to -2.4.6 so it works on x86-fbsd
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-office/abiword/abiword-2.4.6.ebuild')
-rw-r--r-- | app-office/abiword/abiword-2.4.6.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app-office/abiword/abiword-2.4.6.ebuild b/app-office/abiword/abiword-2.4.6.ebuild index 3d0cdd683746..31e44bd63738 100644 --- a/app-office/abiword/abiword-2.4.6.ebuild +++ b/app-office/abiword/abiword-2.4.6.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/app-office/abiword/abiword-2.4.6.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.4 2007/01/25 21:46:18 welp Exp $ inherit alternatives eutils fdo-mime @@ -40,10 +40,15 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${P}/abi" -src_compile() { - # Patch from debian to use fullpath for file history +src_unpack() { + unpack ${A} + cd "${S}" + epatch ${FILESDIR}/11_history_fullpath.dpatch + epatch ${FILESDIR}/freebsd_fix.patch +} +src_compile() { econf $(use_enable debug) \ $(use_enable debug symbols) \ $(use_enable gnome) \ |