Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 36332
Collapse All | Expand All

(-)xmms-1.2.7-r20.ebuild.orig (+4 lines)
Lines 100-105 Link Here
100
src_compile() {
100
src_compile() {
101
	local myconf=""
101
	local myconf=""
102
102
103
	if use nls && has_version '>=sys-devel/gettext-0.12' ; then
104
		export XGETTEXT="/usr/bin/xgettext --from-code=iso-8859-1"
105
	fi
106
103
	use 3dnow || use mmx \
107
	use 3dnow || use mmx \
104
		&& myconf="${myconf} --enable-simd" \
108
		&& myconf="${myconf} --enable-simd" \
105
		|| myconf="${myconf} --disable-simd"
109
		|| myconf="${myconf} --disable-simd"

Return to bug 36332