diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-02 15:16:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-02 15:16:35 +0000 |
commit | 2267fa5e40a622412fcfc51106f56d3ce7f36777 (patch) | |
tree | 3fc05aa20ef3af5ed49a73605320694dbda33687 /sci-chemistry | |
parent | fix sed-hack wrt #468298 (diff) | |
download | gentoo-2-2267fa5e40a622412fcfc51106f56d3ce7f36777.tar.gz gentoo-2-2267fa5e40a622412fcfc51106f56d3ce7f36777.tar.bz2 gentoo-2-2267fa5e40a622412fcfc51106f56d3ce7f36777.zip |
sci-chemistry/apbs: Fix obsolete macros in automake-1.13
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/apbs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/apbs/apbs-1.3-r3.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sci-chemistry/apbs/ChangeLog b/sci-chemistry/apbs/ChangeLog index 1bcfac9a3083..eb04e2ef697a 100644 --- a/sci-chemistry/apbs/ChangeLog +++ b/sci-chemistry/apbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.62 2013/04/23 14:01:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.63 2013/05/02 15:16:35 jlec Exp $ + + 02 May 2013; Justin Lecher <jlec@gentoo.org> apbs-1.3-r3.ebuild: + Fix obsolete macros in automake-1.13 23 Apr 2013; Justin Lecher <jlec@gentoo.org> apbs-1.2.1b-r4.ebuild, apbs-1.3-r3.ebuild: diff --git a/sci-chemistry/apbs/apbs-1.3-r3.ebuild b/sci-chemistry/apbs/apbs-1.3-r3.ebuild index 4ebdf13e538e..154132c2fce1 100644 --- a/sci-chemistry/apbs/apbs-1.3-r3.ebuild +++ b/sci-chemistry/apbs/apbs-1.3-r3.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-chemistry/apbs/apbs-1.3-r3.ebuild,v 1.4 2013/04/23 14:01:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild,v 1.5 2013/05/02 15:16:35 jlec Exp $ EAPI=4 @@ -72,6 +72,12 @@ src_prepare() { sed \ -e 's:noinst_PROGRAMS:bin_PROGRAMS:g' \ -i tools/*/Makefile.am || die + + sed \ + -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \ + -e "s:AM_PROG_CC_STDC:AC_PROG_CC:g" \ + -i configure.ac || die + AT_NOELIBTOOLIZE=yes eautoreconf } |