View | Details | Raw Unified | Return to bug 171919 | Differences between
and this patch

Collapse All | Expand All

(-)xmms/Makefile (-4 / +1 lines)
Lines 41-46 Link Here
41
41
42
OPTIONS_DEFINE=	IPV6 MIKMOD SIMD SPEC VFILEINFO VORBIS RUSXMMS_PATCHES
42
OPTIONS_DEFINE=	IPV6 MIKMOD SIMD SPEC VFILEINFO VORBIS RUSXMMS_PATCHES
43
OPTIONS_DEFAULT=	IPV6 MIKMOD SIMD VORBIS
43
OPTIONS_DEFAULT=	IPV6 MIKMOD SIMD VORBIS
44
OPTIONS_EXCLUDE_amd64=	SIMD
44
SPEC_DESC=	Visualization opengl_spectrum
45
SPEC_DESC=	Visualization opengl_spectrum
45
VFILEINFO_DESC=	Enable Extended Vorbis Fileinfo
46
VFILEINFO_DESC=	Enable Extended Vorbis Fileinfo
46
RUSXMMS_PATCHES_DESC=	Custom IDv3 patches
47
RUSXMMS_PATCHES_DESC=	Custom IDv3 patches
Lines 95-104 Link Here
95
PLIST_SUB+=	ESDPLUGIN:="@comment "
96
PLIST_SUB+=	ESDPLUGIN:="@comment "
96
.endif
97
.endif
97
98
98
.if ${ARCH} != "i386"
99
${UNIQUENAME}_UNSET+=	SIMD
100
.endif
101
102
.if ${PORT_OPTIONS:MSIMD}
99
.if ${PORT_OPTIONS:MSIMD}
103
CONFIGURE_ARGS+=	--enable-simd
100
CONFIGURE_ARGS+=	--enable-simd
104
.else
101
.else

Return to bug 171919