summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-12 12:54:33 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-12 12:54:33 +0000
commitf3036d571a9515705e32b36aeb47ab29a61274c4 (patch)
treee08e1c97bc9955ba83959a863946569da922a781 /x11-libs
parentversion bump (diff)
downloadgentoo-2-f3036d571a9515705e32b36aeb47ab29a61274c4.tar.gz
gentoo-2-f3036d571a9515705e32b36aeb47ab29a61274c4.tar.bz2
gentoo-2-f3036d571a9515705e32b36aeb47ab29a61274c4.zip
Fix building against automake-1.12, bug #420701.
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/agg/ChangeLog6
-rw-r--r--x11-libs/agg/agg-2.5-r2.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog
index 3539589c60de..28de19fd5fe6 100644
--- a/x11-libs/agg/ChangeLog
+++ b/x11-libs/agg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/agg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.23 2012/05/05 03:52:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.24 2012/06/12 12:54:33 chithanh Exp $
+
+ 12 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ agg-2.5-r2.ebuild:
+ Fix building against automake-1.12, bug #420701.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> agg-2.5.ebuild,
agg-2.5-r2.ebuild:
diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild
index 56b20643a4b8..0b72079058d5 100644
--- a/x11-libs/agg/agg-2.5-r2.ebuild
+++ b/x11-libs/agg/agg-2.5-r2.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/x11-libs/agg/agg-2.5-r2.ebuild,v 1.6 2012/05/05 03:52:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.7 2012/06/12 12:54:33 chithanh Exp $
EAPI="2"
@@ -36,6 +36,8 @@ src_prepare() {
sed -r -i \
-e 's:^(.*) -L@.*:\1:' \
src/platform/X11/Makefile.am || die "Failed to sed"
+ # fix building against automake-1.12, bug 420701
+ sed -i '/^AM_C_PROTOTYPES/d' configure.in || die
eautoreconf
}