summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-26 09:28:01 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-26 09:28:01 +0000
commit8904188dd84f80689af36740ad9d450702166116 (patch)
tree1558e861cb943600d99f7428ce9759d2f95d55fa /dev-util/insight/insight-6.8.1-r1.ebuild
parentDrop patch that breaks building w/newer glibc. (diff)
downloadhistorical-8904188dd84f80689af36740ad9d450702166116.tar.gz
historical-8904188dd84f80689af36740ad9d450702166116.tar.bz2
historical-8904188dd84f80689af36740ad9d450702166116.zip
Fix by Michael Haubenwallner to stop trying to generate info pages we never install as they fail with newer texinfo #465460 by Yixun Lan.
Package-Manager: portage-2.2.20/cvs/Linux x86_64 Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'dev-util/insight/insight-6.8.1-r1.ebuild')
-rw-r--r--dev-util/insight/insight-6.8.1-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/insight/insight-6.8.1-r1.ebuild b/dev-util/insight/insight-6.8.1-r1.ebuild
index 7a4851596ae2..47124d590f4a 100644
--- a/dev-util/insight/insight-6.8.1-r1.ebuild
+++ b/dev-util/insight/insight-6.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.4 2015/05/26 09:26:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.5 2015/05/26 09:27:59 vapier Exp $
EAPI=4
@@ -57,6 +57,10 @@ src_prepare() {
popd > /dev/null
done
+ # disable regeneration of info pages we never install. #465460
+ sed -i -e '/^SUBDIRS/s:doc::' bfd/Makefile.in || die
+ sed -i -e '/^AC_CONFIG_SUBDIRS/s:doc::' gdb/configure.ac || die
+
cd gdb
eautoconf