summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-09-29 09:04:22 +0000
committerPacho Ramos <pacho@gentoo.org>2013-09-29 09:04:22 +0000
commit98358a33bb375e3f4d33287ca4aa5a3dea1fb9f6 (patch)
tree317781d636bcaee49e020dc3bd65c3a00b6984ac /x11-libs/gtkmathview
parentFix python handling (#480410 by Maciej Piechotka and mgorny), drop old (diff)
downloadgentoo-2-98358a33bb375e3f4d33287ca4aa5a3dea1fb9f6.tar.gz
gentoo-2-98358a33bb375e3f4d33287ca4aa5a3dea1fb9f6.tar.bz2
gentoo-2-98358a33bb375e3f4d33287ca4aa5a3dea1fb9f6.zip
Fix compile with latest automake (#469406)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gtkmathview')
-rw-r--r--x11-libs/gtkmathview/ChangeLog5
-rw-r--r--x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild15
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-libs/gtkmathview/ChangeLog b/x11-libs/gtkmathview/ChangeLog
index 9736571851e5..94f02a9210a3 100644
--- a/x11-libs/gtkmathview/ChangeLog
+++ b/x11-libs/gtkmathview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtkmathview
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.58 2013/03/30 17:18:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.59 2013/09/29 09:04:22 pacho Exp $
+
+ 29 Sep 2013; Pacho Ramos <pacho@gentoo.org> gtkmathview-0.8.0-r2.ebuild:
+ Fix compile with latest automake (#469406)
30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
-gtkmathview-0.8.0.ebuild, -gtkmathview-0.8.0-r1.ebuild:
diff --git a/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild b/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild
index e046f95fee44..21c8a8b4b741 100644
--- a/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild
+++ b/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.12 2012/12/19 16:46:43 tetromino Exp $
-
-EAPI="4"
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.13 2013/09/29 09:04:22 pacho Exp $
+EAPI=5
inherit autotools eutils
DESCRIPTION="Rendering engine for MathML documents"
@@ -29,9 +28,7 @@ DEPEND="${RDEPEND}
dev-libs/libxslt
virtual/pkgconfig"
-pkg_setup() {
- DOCS="ANNOUNCEMENT AUTHORS BUGS ChangeLog CONTRIBUTORS HISTORY NEWS README TODO"
-}
+DOCS="ANNOUNCEMENT AUTHORS BUGS ChangeLog CONTRIBUTORS HISTORY NEWS README TODO"
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc43.patch \
@@ -52,6 +49,8 @@ src_prepare() {
cp "${FILESDIR}/binreloc.m4" ac-helpers || die "cp failed"
fi
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
+
AT_M4DIR=ac-helpers eautoreconf
}
@@ -75,5 +74,5 @@ src_configure() {
src_install() {
default
- find "${D}" -name '*.la' -exec rm -f {} +
+ prune_libtool_files
}