summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.7.ebuild')
-rw-r--r--sys-apps/texinfo/texinfo-4.7.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.7.ebuild b/sys-apps/texinfo/texinfo-4.7.ebuild
index 48afc23da44c..f0fc04fda694 100644
--- a/sys-apps/texinfo/texinfo-4.7.ebuild
+++ b/sys-apps/texinfo/texinfo-4.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.7.ebuild,v 1.1 2004/07/19 07:06:06 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.7.ebuild,v 1.2 2004/07/23 02:07:35 avenj Exp $
-inherit flag-o-matic gnuconfig
+inherit flag-o-matic gnuconfig eutils
DESCRIPTION="The GNU info program and utilities"
HOMEPAGE="http://www.gnu.org/software/texinfo/"
@@ -34,6 +34,10 @@ src_unpack() {
Makefile.in
# update config.sub/config.guess for newer arches.
gnuconfig_update
+
+ # patch to fix groff build against 4.7. See also bug #57690 and
+ # http://lists.gnu.org/archive/html/bug-texinfo/2004-07/msg00002.html
+ cd ${S}/makeinfo && epatch ${FILESDIR}/makeinfo.patch
}
src_compile() {