diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-27 04:17:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-27 04:17:19 +0000 |
commit | a37c3a65534000e9ab46b6a2aecc92600f7acdd0 (patch) | |
tree | 8453d29f8735bd82ef37264fdfe79950a147446c /media-libs/libsoundtouch | |
parent | Version bump (diff) | |
download | historical-a37c3a65534000e9ab46b6a2aecc92600f7acdd0.tar.gz historical-a37c3a65534000e9ab46b6a2aecc92600f7acdd0.tar.bz2 historical-a37c3a65534000e9ab46b6a2aecc92600f7acdd0.zip |
Build in the source tree.
Package-Manager: portage-2.2.0_alpha77/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libsoundtouch')
-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 |