diff options
author | 2011-11-27 04:17:19 +0000 | |
---|---|---|
committer | 2011-11-27 04:17:19 +0000 | |
commit | 8511bda93f4e417dd5c0b1b899f1f4fbabc1a27b (patch) | |
tree | ac0d89f790e8d72b9011f572ba98fd6dd6e959c6 /media-libs | |
parent | Version bump (diff) | |
download | gentoo-2-8511bda93f4e417dd5c0b1b899f1f4fbabc1a27b.tar.gz gentoo-2-8511bda93f4e417dd5c0b1b899f1f4fbabc1a27b.tar.bz2 gentoo-2-8511bda93f4e417dd5c0b1b899f1f4fbabc1a27b.zip |
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index eaeb1a8587b2..0a96409158d9 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.47 2011/11/02 14:52:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.48 2011/11/27 04:17:19 radhermit Exp $ + + 27 Nov 2011; Tim Harder <radhermit@gentoo.org> libsoundtouch-1.6.0.ebuild: + Build in the source tree. 02 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libsoundtouch-1.6.0.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild index d86a142d797f..4850d84b7bf2 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo FoundationOU # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.6 2011/11/02 14:52:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.7 2011/11/27 04:17:19 radhermit Exp $ EAPI=4 inherit autotools-utils eutils flag-o-matic @@ -18,6 +18,8 @@ IUSE="sse2 static-libs" S=${WORKDIR}/${MY_PN} +AUTOTOOLS_IN_SOURCE_BUILD=1 + src_prepare() { epatch "${FILESDIR}"/${P}-flags.patch sed -i -e "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die |