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 | 18aea00fa69a6cf1b2dbd7dd0d47c842d507089f (patch) | |
tree | f019861d13001823b98e49481b4a905d6d0107a8 /media-sound/audacity/audacity-1.3.6.ebuild | |
parent | Bump to 2.12.4 (diff) | |
download | historical-18aea00fa69a6cf1b2dbd7dd0d47c842d507089f.tar.gz historical-18aea00fa69a6cf1b2dbd7dd0d47c842d507089f.tar.bz2 historical-18aea00fa69a6cf1b2dbd7dd0d47c842d507089f.zip |
fix --with-expat configure call, pointed out by ranger and rbu in bug #253493
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'media-sound/audacity/audacity-1.3.6.ebuild')
-rw-r--r-- | media-sound/audacity/audacity-1.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audacity/audacity-1.3.6.ebuild b/media-sound/audacity/audacity-1.3.6.ebuild index b0a68efd63c7..a3126da6f3a6 100644 --- a/media-sound/audacity/audacity-1.3.6.ebuild +++ b/media-sound/audacity/audacity-1.3.6.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.6.ebuild,v 1.6 2009/02/12 17:42:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.7 2009/02/13 07:20:53 aballier Exp $ EAPI=2 @@ -69,7 +69,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) \ |