pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Allow xvid option on x86_64, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/716ee918c127
branches: trunk
changeset: 517126:716ee918c127
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Aug 04 20:48:25 2006 +0000
description:
Allow xvid option on x86_64, too.
Suggested by Eye of the Beholder on pkgsrc-users.
diffstat:
multimedia/mplayer-share/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be7333cd177d -r 716ee918c127 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk Fri Aug 04 20:43:11 2006 +0000
+++ b/multimedia/mplayer-share/options.mk Fri Aug 04 20:48:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2006/03/09 21:04:45 jlam Exp $
+# $NetBSD: options.mk,v 1.16 2006/08/04 20:48:25 wiz Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -38,7 +38,7 @@
.endif
# Platform-specific options.
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection mplayer-win32 \
xvid
.endif
Home |
Main Index |
Thread Index |
Old Index