diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-03-04 21:03:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-03-04 21:03:05 +0000 |
commit | bcee08f4a665200f9d448387d5b45ebafe916ebb (patch) | |
tree | 4bebaf01a14df2d7b139a4cea1302a460c6f0cde /media-sound/audacity | |
parent | Stable on x86 wrt bug #208905 (diff) | |
download | gentoo-2-bcee08f4a665200f9d448387d5b45ebafe916ebb.tar.gz gentoo-2-bcee08f4a665200f9d448387d5b45ebafe916ebb.tar.bz2 gentoo-2-bcee08f4a665200f9d448387d5b45ebafe916ebb.zip |
tss I fail, forgot one occurence of unicode useflag... as wx 2.8 forces unicode we force it here too
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-1.3.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audacity/audacity-1.3.4-r3.ebuild b/media-sound/audacity/audacity-1.3.4-r3.ebuild index fe8fa6ed3bde..b64773df5b47 100644 --- a/media-sound/audacity/audacity-1.3.4-r3.ebuild +++ b/media-sound/audacity/audacity-1.3.4-r3.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-sound/audacity/audacity-1.3.4-r3.ebuild,v 1.1 2008/03/04 19:16:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.4-r3.ebuild,v 1.2 2008/03/04 21:03:05 aballier Exp $ inherit eutils wxwidgets autotools @@ -74,7 +74,7 @@ src_compile() { econf \ --with-libexpat=system \ - $(use_enable unicode) \ + --enable-unicode \ $(use_with ladspa) \ $(use_with vorbis) \ $(use_with mp3 libmad) \ |