diff options
author | 2005-10-08 20:38:51 +0000 | |
---|---|---|
committer | 2005-10-08 20:38:51 +0000 | |
commit | 90c405555bd9f30a20a7592ef4a30bc9966c66a3 (patch) | |
tree | b2394344942e64254d5a081df962c1a714a0e375 /app-emulation | |
parent | Version bumped. (diff) | |
download | gentoo-2-90c405555bd9f30a20a7592ef4a30bc9966c66a3.tar.gz gentoo-2-90c405555bd9f30a20a7592ef4a30bc9966c66a3.tar.bz2 gentoo-2-90c405555bd9f30a20a7592ef4a30bc9966c66a3.zip |
configure checks to see if $ESDCONFIG == "", not if it returns correct values #108054
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20050930.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-20050930.ebuild b/app-emulation/wine/wine-20050930.ebuild index eb8e7068a312..fe77a3104f2b 100644 --- a/app-emulation/wine/wine-20050930.ebuild +++ b/app-emulation/wine/wine-20050930.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.3 2005/10/04 01:33:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.4 2005/10/08 20:38:51 vapier Exp $ inherit eutils flag-o-matic multilib @@ -86,8 +86,8 @@ config_cache() { src_compile() { export LDCONFIG=/bin/true - use arts || export ARTSCCONFIG="/bin/false" - use esd || export ESDCONFIG="/bin/false" + use arts || export ARTSCCONFIG="" + use esd || export ESDCONFIG="" use scanner || export sane_devel="no" config_cache jack jack/jack.h config_cache cups cups/cups.h |