diff options
author | 2012-11-13 19:52:24 +0000 | |
---|---|---|
committer | 2012-11-13 19:52:24 +0000 | |
commit | c1ea93533dcf5e2d6bdcd1944cade39290f531cb (patch) | |
tree | 2d82ecf788eb079b6ee6baf7c44911101adcf603 /sys-apps/groff/groff-1.21.ebuild | |
parent | [bump] dev-perl/CQL-Parser-1.120.0 (diff) | |
download | gentoo-2-c1ea93533dcf5e2d6bdcd1944cade39290f531cb.tar.gz gentoo-2-c1ea93533dcf5e2d6bdcd1944cade39290f531cb.tar.bz2 gentoo-2-c1ea93533dcf5e2d6bdcd1944cade39290f531cb.zip |
Add fix from upstream for cross-compiling gnulib #363647 by Dennis 'dlan' Lan.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps/groff/groff-1.21.ebuild')
-rw-r--r-- | sys-apps/groff/groff-1.21.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/groff/groff-1.21.ebuild b/sys-apps/groff/groff-1.21.ebuild index 1cb1e17c91a2..b6cefbe9f625 100644 --- a/sys-apps/groff/groff-1.21.ebuild +++ b/sys-apps/groff/groff-1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.10 2012/06/08 05:17:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.11 2012/11/13 19:52:24 vapier Exp $ inherit autotools eutils toolchain-funcs @@ -56,6 +56,8 @@ src_unpack() { eautoconf eautoheader fi + + epatch "${FILESDIR}"/${PN}-1.21-gnulib-cross.patch #363647 } src_compile() { |