summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-05-03 18:15:01 +0000
committerFabian Groffen <grobian@gentoo.org>2013-05-03 18:15:01 +0000
commitff9b0e96903dfd30ac8baae0184bbe6df1edf9d8 (patch)
tree79aa0bf2afa895f8173532c1af25f39e43acbf78 /app-admin/chrpath/chrpath-0.13-r2.ebuild
parentRevert unnecessary revision bump and autotools-utils.eclass port. (diff)
downloadhistorical-ff9b0e96903dfd30ac8baae0184bbe6df1edf9d8.tar.gz
historical-ff9b0e96903dfd30ac8baae0184bbe6df1edf9d8.tar.bz2
historical-ff9b0e96903dfd30ac8baae0184bbe6df1edf9d8.zip
Fix building with automake-1.13, bug #467538
Package-Manager: portage-2.2.01.21890-prefix/cvs/Darwin i386 Manifest-Sign-Key: 0x5F75F607C5C74E89
Diffstat (limited to 'app-admin/chrpath/chrpath-0.13-r2.ebuild')
-rw-r--r--app-admin/chrpath/chrpath-0.13-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild
index 57ea5a84aaab..16dc9a62a633 100644
--- a/app-admin/chrpath/chrpath-0.13-r2.ebuild
+++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild
@@ -1,6 +1,6 @@
-# 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/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.11 2012/11/12 19:19:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.12 2013/05/03 18:14:51 grobian Exp $
EAPI="2"
@@ -22,6 +22,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-testsuite-1.patch
# disable installing redundant docs in the wrong dir
sed -i -e '/doc_DATA/d' Makefile.am || die
+ # fix for automake-1.13, #467538
+ sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
eautoreconf
}