aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:42:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:42:22 +0000
commitd6a5194c503cdc026561ecdbbdce4bf8a9980e2b (patch)
treeb714cef16c31e71e29418d92f9d9a2baca282706 /multimedia
parentbdd556264ea392245e2b5af29a4a913ae9ee4085 (diff)
downloadports-d6a5194c503cdc026561ecdbbdce4bf8a9980e2b.tar.gz
ports-d6a5194c503cdc026561ecdbbdce4bf8a9980e2b.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmms/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index b1909ee923ac..34da592c98a3 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -91,11 +91,11 @@ PLIST_SUB+= ESDPLUGIN:="@comment "
WITHOUT_SIMD= yes
.endif
-.if !defined(WITHOUT_SIMD) && ${OSVERSION} >= 400021
+.if !defined(WITHOUT_SIMD)
CONFIGURE_ARGS+= --enable-simd
.endif
-.if defined(WITHOUT_SIMD) || ${OSVERSION} < 400021
+.if defined(WITHOUT_SIMD)
post-extract:
(cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \
cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S);
@@ -106,7 +106,7 @@ post-extract:
.endif
pre-extract:
-.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_SIMD) && ${OSVERSION} >= 400021 ) || ${HAVE_GNOME:Mesound}!=""
+.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_SIMD) ) || ${HAVE_GNOME:Mesound}!=""
@${ECHO_MSG}
.if !defined(WITHOUT_MIKMOD)
@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD."
@@ -114,7 +114,7 @@ pre-extract:
.if !defined(WITHOUT_VORBIS)
@${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS."
.endif
-.if !defined(WITHOUT_SIMD) && ${OSVERSION} >= 400021
+.if !defined(WITHOUT_SIMD)
@${ECHO_MSG} "You can disable x86 SIMD (3DNow!/MMX) optimized decoding routines by defining WITHOUT_SIMD."
.endif
.if ${HAVE_GNOME:Mesound}!=""