diff options
Diffstat (limited to 'media-sound/xmms/xmms-1.2.8-r4.ebuild')
-rw-r--r-- | media-sound/xmms/xmms-1.2.8-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/xmms/xmms-1.2.8-r4.ebuild b/media-sound/xmms/xmms-1.2.8-r4.ebuild index 0d49e661f5b5..2942d61b11d7 100644 --- a/media-sound/xmms/xmms-1.2.8-r4.ebuild +++ b/media-sound/xmms/xmms-1.2.8-r4.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/media-sound/xmms/xmms-1.2.8-r4.ebuild,v 1.17 2004/06/25 00:29:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.8-r4.ebuild,v 1.18 2004/07/14 21:08:41 agriffis Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb ipv6 cjk gtk2 alsa" @@ -102,7 +102,7 @@ src_compile() { local myconf="" # Allow configure to detect mipslinux systems - use mips && gnuconfig_update + gnuconfig_update if use amd64; then myconf="${myconf} --disable-simd" |