diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-27 04:05:21 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-27 04:05:21 +0000 |
commit | a8964011261b7cf8377e06f40ec3150f6c11a800 (patch) | |
tree | 78abf0cfecea88be1bad35921b1a5e0f6892b5b7 /media-libs/libfame | |
parent | Build in the source tree. (diff) | |
download | gentoo-2-a8964011261b7cf8377e06f40ec3150f6c11a800.tar.gz gentoo-2-a8964011261b7cf8377e06f40ec3150f6c11a800.tar.bz2 gentoo-2-a8964011261b7cf8377e06f40ec3150f6c11a800.zip |
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libfame')
-rw-r--r-- | media-libs/libfame/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libfame/ChangeLog b/media-libs/libfame/ChangeLog index da4776f15db8..79218b62f500 100644 --- a/media-libs/libfame/ChangeLog +++ b/media-libs/libfame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libfame # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.54 2011/11/20 21:52:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.55 2011/11/27 04:05:21 radhermit Exp $ + + 27 Nov 2011; Tim Harder <radhermit@gentoo.org> libfame-0.9.1-r1.ebuild: + Build in the source tree. 20 Nov 2011; Tim Harder <radhermit@gentoo.org> libfame-0.9.1-r1.ebuild: Update to EAPI 4 and add static-libs use flag. diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild index b6c34d08c96d..6a68ec811071 100644 --- a/media-libs/libfame/libfame-0.9.1-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.28 2011/11/20 21:52:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.29 2011/11/27 04:05:21 radhermit Exp $ EAPI=4 @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" IUSE="mmx static-libs" +AUTOTOOLS_IN_SOURCE_BUILD=1 + src_prepare() { EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} |