From 076e98ab69bd0e0f2440228d4fae0504633866d6 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Fri, 25 Oct 2013 09:02:56 +0000 Subject: Only provide SIMD option on i386. Reported by: "Matthew D. Fuller" --- multimedia/xmms/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'multimedia/xmms') diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 10c52ce5e30a..e79cc3ebb37b 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmms PORTVERSION= 1.2.11 -PORTREVISION?= 19 # Also chinese/xmms and russian/xmms +PORTREVISION?= 20 # Also chinese/xmms and russian/xmms CATEGORIES+= multimedia audio ipv6 MASTER_SITES= http://www.xmms.org/files/1.2.x/ \ http://legacy.xmms2.org/ \ @@ -34,8 +34,10 @@ INPUT_PLUGINS= cdaudio mpg123 tonegen wav OUTPUT_PLUGINS= OSS disk_writer VISUALIZATION_PLUGINS= blur_scope sanalyzer -OPTIONS_DEFINE= IPV6 MIKMOD NLS SIMD SPEC VFILEINFO VORBIS RUSXMMS_PATCHES -OPTIONS_DEFAULT=MIKMOD SIMD VORBIS +OPTIONS_DEFINE= IPV6 MIKMOD NLS SPEC VFILEINFO VORBIS RUSXMMS_PATCHES +OPTIONS_DEFAULT=MIKMOD VORBIS +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_i386= SIMD OPTIONS_SUB= yes IPV6_CONFIGURE_ENABLE= ipv6 -- cgit v1.2.3