summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-01-20 19:02:36 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-01-20 19:02:36 +0000
commit824c134eb9b2ceaa3c1761a958389d57343539d2 (patch)
tree33cacd55bc5e49d8b1d6b8459cd251665817f4d5 /audio/xmms
parentUpdate to 20011010_4.02 (diff)
Limit attempt to build with 3DNow! support to i386 architecture.
This fixes MP3 playing on alpha. Approved by: (no response from maintainer)
Notes
Notes: svn path=/head/; revision=53398
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index a19b28565790..9b03fd1ba3c8 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES+= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
http://www.xmms.org/files/1.2.x/ \
@@ -67,6 +68,10 @@ PLIST_SUB+= ESDPLUGIN:=""
PLIST_SUB+= ESDPLUGIN:="@comment "
.endif
+.if ${MACHINE_ARCH} != "i386"
+WITHOUT_3DNOW= yes
+.endif
+
.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021
CONFIGURE_ARGS+= --enable-3dnow
.endif