From 988e8fa521fc9040c7f14d13502174dbd8fadba5 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 11 Jul 2007 20:39:38 +0000 Subject: Enable runtime CPU detection on PowerPC-based platforms, too. This allows using an "mplayer" binary built on a G5 based Mac OS X system on e.g. a G4 based Mac OS X system. --- multimedia/mplayer-share/options.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index cfe43870b96..58465d7ba13 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2006/12/27 21:14:12 joerg Exp $ +# $NetBSD: options.mk,v 1.21 2007/07/11 20:39:38 tron Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -43,7 +43,8 @@ PKG_SUPPORTED_OPTIONS+= mlib .endif # Platform-specific options. -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \ + ${MACHINE_ARCH} == "powerpc" PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection xvid .endif .if ${MACHINE_ARCH} == "i386" -- cgit v1.2.3