diff options
author | Daniel Goller <morfic@gentoo.org> | 2006-05-02 04:45:23 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2006-05-02 04:45:23 +0000 |
commit | 1fd4f9fa0edbedd63e4f90a79b6c33c56934c0ee (patch) | |
tree | 9bfe0fe6c7f3321477bdfcf332a142b2fdb257a6 /sci-astronomy | |
parent | Version bump from upstream (diff) | |
download | gentoo-2-1fd4f9fa0edbedd63e4f90a79b6c33c56934c0ee.tar.gz gentoo-2-1fd4f9fa0edbedd63e4f90a79b6c33c56934c0ee.tar.bz2 gentoo-2-1fd4f9fa0edbedd63e4f90a79b6c33c56934c0ee.zip |
Calling autotools after patching makefile.am
(Portage version: 2.1_pre10)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index 9b7ae47c94c3..ef376a512dc6 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.18 2006/04/27 22:25:39 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.19 2006/05/02 04:45:23 morfic Exp $ + + 02 May 2006; Daniel Goller <morfic@gentoo.org> celestia-1.4.1.ebuild: + Calling autotools after patching makefile.am 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-celestia-1.3.2, Manifest: diff --git a/sci-astronomy/celestia/celestia-1.4.1.ebuild b/sci-astronomy/celestia/celestia-1.4.1.ebuild index 04bbd08bd33e..854bfb583163 100644 --- a/sci-astronomy/celestia/celestia-1.4.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1.ebuild,v 1.6 2006/04/24 05:48:37 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1.ebuild,v 1.7 2006/05/02 04:45:23 morfic Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -75,6 +75,9 @@ src_compile() { epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch" epatch "${FILESDIR}/makefile.am.patch" + autoconf + automake + econf \ --with-${mygui} \ --with-pic \ |