diff options
author | 2004-11-02 23:45:06 +0000 | |
---|---|---|
committer | 2004-11-02 23:45:06 +0000 | |
commit | 456fab8fd85c3d25061e3419e2f71d468c02f28c (patch) | |
tree | ff38ff76421e822fca9404aeb8a44bfd2a27acc6 /app-emulation/wine | |
parent | arm KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-456fab8fd85c3d25061e3419e2f71d468c02f28c.tar.gz gentoo-2-456fab8fd85c3d25061e3419e2f71d468c02f28c.tar.bz2 gentoo-2-456fab8fd85c3d25061e3419e2f71d468c02f28c.zip |
the new arts check just caused issues, reverting to older method #69806
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index 41ee79262bfe..d48242b3df7c 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.2 2004/11/02 01:23:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.3 2004/11/02 23:45:06 vapier Exp $ inherit eutils flag-o-matic @@ -56,7 +56,7 @@ src_compile() { config_cache jack header_jack_jack_h config_cache cups header_cups_cups_h config_cache alsa header_alsa_asoundlib_h header_sys_asoundlib_h lib_asound_snd_pcm_open - config_cache arts path_ARTSCCONFIG + use arts || export ARTSCCONFIG="/bin/false" config_cache nas header_audio_audiolib_h header_audio_soundlib_h config_cache gif header_gif_lib_h config_cache glut lib_glut_glutMainLoop |