diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2008-03-11 20:35:41 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2008-03-11 20:35:41 +0000 |
commit | 4235e705564e2964e16570f78b9468aeca998cdf (patch) | |
tree | 442b7e5059a71123ced741cf1f50aa604bf42b2c /x11-libs/agg | |
parent | psi-0.11 available to the masse now :) (diff) | |
download | gentoo-2-4235e705564e2964e16570f78b9468aeca998cdf.tar.gz gentoo-2-4235e705564e2964e16570f78b9468aeca998cdf.tar.bz2 gentoo-2-4235e705564e2964e16570f78b9468aeca998cdf.zip |
eautoreconf to src_unpack, bug 207483
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r-- | x11-libs/agg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5.ebuild | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index 5cacf274bb29..b4f776afceb8 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/agg -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.8 2007/10/13 19:55:35 genstef Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.9 2008/03/11 20:35:41 genstef Exp $ + + 11 Mar 2008; Stefan Schweizer <genstef@gentoo.org> agg-2.5.ebuild: + eautoreconf to src_unpack, bug 207483 13 Oct 2007; Stefan Schweizer <genstef@gentoo.org> agg-2.5.ebuild: Add sdl to DEPEND always because upstream does not provide the sdl.m4, bug diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild index 4cef36e5a28c..1ac95b5e9b0b 100644 --- a/x11-libs/agg/agg-2.5.ebuild +++ b/x11-libs/agg/agg-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.7 2007/10/13 19:55:35 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.8 2008/03/11 20:35:41 genstef Exp $ inherit eutils autotools @@ -19,8 +19,13 @@ RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 ) DEPEND="media-libs/libsdl ${RDEPEND}" -src_compile() { +src_unpack() { + unpack ${A} + cd ${S} eautoreconf +} + +src_compile() { # examples are not (yet) installed, so do not compile them econf \ --enable-ctrl \ |