diff options
author | jdc <jdc> | 2008-02-24 22:24:34 +0000 |
---|---|---|
committer | jdc <jdc> | 2008-02-24 22:24:34 +0000 |
commit | 83d75cade2be91a4c1707e6aea1129ae47123669 (patch) | |
tree | 8b670f7ca25f6948a2f538477d1d90bb0997199d /multimedia | |
parent | a4200a8f1c72e7ffea2ef1ff8c948302cee99d8b (diff) | |
download | pkgsrc-83d75cade2be91a4c1707e6aea1129ae47123669.tar.gz |
`xvid' also works on sparc64. Rearrange the options to account for this.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index a1288e83646..543be39386a 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.26 2008/02/13 00:55:55 rillig Exp $ +# $NetBSD: options.mk,v 1.27 2008/02/24 22:24:34 jdc Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -47,7 +47,7 @@ PKG_SUPPORTED_OPTIONS+= vidix # Platform-specific options. .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \ ${MACHINE_ARCH} == "powerpc" -PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection xvid +PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection .endif .if ${MACHINE_ARCH} == "i386" PKG_SUPPORTED_OPTIONS+= mplayer-default-cflags mplayer-win32 @@ -59,6 +59,10 @@ PKG_SUPPORTED_OPTIONS+= mplayer-real .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" PKG_SUPPORTED_OPTIONS+= mplayer-ssse3 .endif +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \ + ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" +PKG_SUPPORTED_OPTIONS+= xvid +.endif # ------------------------------------------------------------------------- # Define PKG_SUGGESTED_OPTIONS. |