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 | d6f9bf23d0ec64f8466558a8f75649bea8c8f891 (patch) | |
tree | faf84ed8eeba60b5d6b5388624591b9b5c7a591e /media-sound/audacity | |
parent | Add ghostscript-gpl-8.62.ebuild, remove patches which got fixed upstream. Rei... (diff) | |
download | historical-d6f9bf23d0ec64f8466558a8f75649bea8c8f891.tar.gz historical-d6f9bf23d0ec64f8466558a8f75649bea8c8f891.tar.bz2 historical-d6f9bf23d0ec64f8466558a8f75649bea8c8f891.zip |
tss I fail, forgot one occurence of unicode useflag... as wx 2.8 forces unicode we force it here too
Package-Manager: portage-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) \ |