summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-15 22:42:18 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-15 22:42:18 +0000
commitd4158c51d9b59b5d50f6392bd5f8f4624e720749 (patch)
tree925c5876926f530d7d3a6b28a526df531b77e107 /net-libs
parentUse AC_CONFIG_HEADERS for future automake compability wrt #467548 (diff)
downloadgentoo-2-d4158c51d9b59b5d50f6392bd5f8f4624e720749.tar.gz
gentoo-2-d4158c51d9b59b5d50f6392bd5f8f4624e720749.tar.bz2
gentoo-2-d4158c51d9b59b5d50f6392bd5f8f4624e720749.zip
Use AC_CONFIG_HEADERS for future automake compability wrt #467694
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/loudmouth/ChangeLog8
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index f0b58f8912c4..dc5ecf01a36a 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/loudmouth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.110 2012/09/11 18:36:21 eva Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.111 2013/05/15 22:42:18 ssuominen Exp $
+
+ 15 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ loudmouth-1.4.3-r2.ebuild:
+ Use AC_CONFIG_HEADERS for future automake compability wrt #467694
11 Sep 2012; Gilles Dartiguelongue <eva@gentoo.org>
loudmouth-1.4.3-r2.ebuild:
diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild
index 609bfd8185af..83359ae5eeb0 100644
--- a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.4.3-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/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.13 2012/09/11 18:36:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.14 2013/05/15 22:42:18 ssuominen Exp $
EAPI="4"
GNOME_TARBALL_SUFFIX="bz2"
@@ -69,6 +69,8 @@ src_prepare() {
# http://loudmouth.lighthouseapp.com/projects/17276/tickets/63
epatch "${FILESDIR}/${P}-glib-2.32.patch"
+
+ sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467694
eautoreconf
gnome2_src_prepare