pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/avidemux Always add mmx to PKG_SUPPORTED_OP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77d461fb8664
branches:  trunk
changeset: 495470:77d461fb8664
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 10 18:25:13 2005 +0000

description:
Always add mmx to PKG_SUPPORTED_OPTIONS.

diffstat:

 multimedia/avidemux/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r da842ea76747 -r 77d461fb8664 multimedia/avidemux/Makefile
--- a/multimedia/avidemux/Makefile      Fri Jun 10 18:20:06 2005 +0000
+++ b/multimedia/avidemux/Makefile      Fri Jun 10 18:25:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/06/01 18:37:27 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2005/06/10 18:25:13 wiz Exp $
 #
 
 DISTNAME=      avidemux-2.0.40
@@ -21,12 +21,7 @@
 CONFIGURE_ARGS+=       --disable-faad # Dolby doesn't allow binary distribution
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.avidemux
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386"
 PKG_SUPPORTED_OPTIONS= mmx
-.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index