summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-03 14:19:13 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-03 14:19:13 +0000
commit1273c96207b391081a04dbba199fdb45dfb3bee4 (patch)
tree34e111a2f2b8f2dee1a12c853984dfcf2a598023 /sci-libs
parentmedia-libs/schroedinger: Fix obsolete macros to work with automake-1.13, #468448 (diff)
downloadgentoo-2-1273c96207b391081a04dbba199fdb45dfb3bee4.tar.gz
gentoo-2-1273c96207b391081a04dbba199fdb45dfb3bee4.tar.bz2
gentoo-2-1273c96207b391081a04dbba199fdb45dfb3bee4.zip
sci-libs/fftw: Fix obsolete macros to work with automake-1.13, #468456
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/fftw/ChangeLog5
-rw-r--r--sci-libs/fftw/fftw-2.1.5-r8.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog
index b1f08bc26203..abc168a551ab 100644
--- a/sci-libs/fftw/ChangeLog
+++ b/sci-libs/fftw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/fftw
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.141 2013/05/01 13:33:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.142 2013/05/03 14:19:13 jlec Exp $
+
+ 03 May 2013; Justin Lecher <jlec@gentoo.org> fftw-2.1.5-r8.ebuild:
+ Fix obsolete macros to work with automake-1.13, #468456
01 May 2013; Justin Lecher <jlec@gentoo.org> fftw-3.3.3-r1.ebuild,
fftw-3.3.3-r2.ebuild:
diff --git a/sci-libs/fftw/fftw-2.1.5-r8.ebuild b/sci-libs/fftw/fftw-2.1.5-r8.ebuild
index d4639172581d..885c7e409db5 100644
--- a/sci-libs/fftw/fftw-2.1.5-r8.ebuild
+++ b/sci-libs/fftw/fftw-2.1.5-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.16 2013/04/17 06:26:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.17 2013/05/03 14:19:13 jlec Exp $
EAPI=4
@@ -64,6 +64,8 @@ src_prepare() {
EOF
done
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
+
eautoreconf
cd "${WORKDIR}"