diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-26 08:27:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-26 08:27:32 +0000 |
commit | d633f43924c4f2162500a21552662e02f14f6974 (patch) | |
tree | 05c6e872a1c474e4e78256bcb5c798c9dd065f1f /media-libs/libsoundtouch | |
parent | Replace patching of Makefile.am with patching of Makefile.in files, and run e... (diff) | |
download | gentoo-2-d633f43924c4f2162500a21552662e02f14f6974.tar.gz gentoo-2-d633f43924c4f2162500a21552662e02f14f6974.tar.bz2 gentoo-2-d633f43924c4f2162500a21552662e02f14f6974.zip |
and call epatch only once.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild index bd277eab7eca..51819a608a30 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.13 2008/04/26 08:19:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.14 2008/04/26 08:27:32 drac Exp $ inherit libtool flag-o-matic @@ -20,8 +20,8 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-Makefile.patch - epatch "${FILESDIR}"/${P}-gcc-4.3.patch + epatch "${FILESDIR}"/${P}-Makefile.patch \ + "${FILESDIR}"/${P}-gcc-4.3.patch elibtoolize # Bug #148695 |