diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-02-13 07:20:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-02-13 07:20:53 +0000 |
commit | 6f043c3069c50ad65958f324f19fea5f97ca0059 (patch) | |
tree | 4b73bd225728485073ba2003cb2fcb8f24f92104 /media-sound/audacity/audacity-1.3.7.ebuild | |
parent | Bump to 2.12.4 (diff) | |
download | gentoo-2-6f043c3069c50ad65958f324f19fea5f97ca0059.tar.gz gentoo-2-6f043c3069c50ad65958f324f19fea5f97ca0059.tar.bz2 gentoo-2-6f043c3069c50ad65958f324f19fea5f97ca0059.zip |
fix --with-expat configure call, pointed out by ranger and rbu in bug #253493
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacity/audacity-1.3.7.ebuild')
-rw-r--r-- | media-sound/audacity/audacity-1.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audacity/audacity-1.3.7.ebuild b/media-sound/audacity/audacity-1.3.7.ebuild index 618a1d34c0db..2c6236f4b49a 100644 --- a/media-sound/audacity/audacity-1.3.7.ebuild +++ b/media-sound/audacity/audacity-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild,v 1.1 2009/02/03 07:45:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild,v 1.2 2009/02/13 07:20:53 aballier Exp $ EAPI=2 @@ -68,7 +68,7 @@ src_configure() { --enable-nyquist \ $(use_enable ladspa) \ --with-libsndfile=system \ - --with-libexpat=system \ + --with-expat=system \ $(use_with libsamplerate) \ $(use_with !libsamplerate libresample) \ $(use_with vorbis libvorbis) \ |