diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-08 16:04:46 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-08 16:04:46 +0000 |
commit | 85b6a69c0106e2d701e09c52208bb0088f1e066c (patch) | |
tree | 2bd93644d6041a6e3328a503b9f473cde8feddad /app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | |
parent | Marking spamassassin-3.3.2-r1 ppc64 for bug 395539 (diff) | |
download | historical-85b6a69c0106e2d701e09c52208bb0088f1e066c.tar.gz historical-85b6a69c0106e2d701e09c52208bb0088f1e066c.tar.bz2 historical-85b6a69c0106e2d701e09c52208bb0088f1e066c.zip |
Fix building with app-text/texi2html-5, commited on behalf of Ian Delaney. Fixes bug 409333. Thanks to Joerg Neikes <xenoist@midlandgate.de> for the report and patch
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild index 84bd65697b9c..53afa97bb887 100644 --- a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.3 2011/11/01 10:14:16 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.4 2012/05/08 16:04:46 xarthisius Exp $ EAPI="3" @@ -203,6 +203,9 @@ src_prepare() { if gcc-specs-pie ; then epatch "${FILESDIR}/ipxe-nopie.patch" || die "Could not apply ipxe-nopie patch" fi + + sed -e '/texi2html/ s/-number/&-sections/' \ + -i tools/ioemu-qemu-xen/Makefile || die #409333 } src_compile() { |