From 824c134eb9b2ceaa3c1761a958389d57343539d2 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 20 Jan 2002 19:02:36 +0000 Subject: Limit attempt to build with 3DNow! support to i386 architecture. This fixes MP3 playing on alpha. Approved by: (no response from maintainer) --- audio/xmms/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'audio/xmms') 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 -- cgit v1.2.3